bda41afbd4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/xz#61772e8d9ae16feff991d6e8cf881d3a8bd03910
10 lines
188 B
Plaintext
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}
|