xz/STAGE1-xz
2015-06-15 18:46:47 +02:00

10 lines
185 B
Plaintext

srpm xz
mcd $BUILDDIR/$1
$SRC/${1}-*/configure \
--prefix=/usr \
--libdir=/usr/lib64 \
--build=$BUILD \
--host=$TARGET
make $J V=1
make $J install DESTDIR=${ROOTFS}