Files
Arch-R/packages/sysutils/bash/build
Stephan Raue f55f77ca1e new package:
- adding package bash, we need a full featured bash for pm-utils  :-(
2010-05-08 20:01:50 +02:00

16 lines
277 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--bindir=/bin \
--without-bash-malloc \
--without-installed-readline \
make