891537f1ca
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gzip#acd220d425adb9f626284cb2e893c1bc9047a439
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
srpm $1
|
|
mcd $BUILDDIR/$1
|
|
$SRC/${1}-*/configure $TCONFIGARGS
|
|
notparallel
|
|
test -d tools/gnulib/lib && make $J V=1 -C tools/gnulib/lib
|
|
make $J V=1
|
|
make $J install DESTDIR=${ROOTFS}
|