Files
Arch-R/packages/sysutils/bash/build

17 lines
305 B
Plaintext
Raw Normal View History

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--bindir=/bin \
2010-05-30 22:39:54 +02:00
--with-gnu-ld \
--without-bash-malloc \
--without-installed-readline \
make