Files
Arch-R/packages/sysutils/pm-utils/build
Stephan Raue 928b6975d4 pm-utils: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 14:42:43 +01:00

14 lines
249 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--localstatedir=/var \
make