xz/STAGE1-xz

10 lines
185 B
Plaintext
Raw Normal View History

2015-06-15 16:46:47 +00:00
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}