c16cf2763b
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/findutils#253ce30f0955a2a05a156169bfd5b11e95fbccbc
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
srpm $1
|
|
mcd $BUILDDIR/$1
|
|
sed -i~ -e "s,locate/Makefile locate/testsuite/Makefile ,," $SRC/${1}-*/configure
|
|
FINDLIBS="-lselinux -ldl" $SRC/${1}-*/configure $TCONFIGARGS
|
|
sed -i~ -e "s/ locate / /" Makefile
|
|
notparallel
|
|
test -d tools/gnulib/lib && make $J V=1 -C tools/gnulib/lib
|
|
make $J V=1
|
|
make $J install DESTDIR=${ROOTFS}
|