xz/STAGE1-xz
Troy Dawson bda41afbd4 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
    with the following as its source:
    https://src.fedoraproject.org/rpms/xz#61772e8d9ae16feff991d6e8cf881d3a8bd03910
2020-10-22 13:02:08 -07:00

10 lines
188 B
Plaintext

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