Merge branch 'master' of ssh://pkgs.fedoraproject.org/file

This commit is contained in:
Jan Kaluza 2015-11-05 11:15:22 +01:00
commit 1e8243414f

11
STAGE2-file Normal file
View File

@ -0,0 +1,11 @@
#requires autoconf
cd $SRC/file-*
# awful hack to prevent running aclocal ... FIXME
#(cd m4 && [ -f libtool.m4.orig ] && rm -f libtool.m4 && mv libtool.m4.orig libtool.m4) || echo ""
./configure $TCONFIGARGS
make $J
make install