Files
Arch-R/packages/debug/strace/build
Stephan Raue 034ed5dcda many packages:
- make build and install scripts executable
2009-10-03 23:26:35 +02:00

11 lines
139 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME
make