]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / perl
index 38ef2a326036aae43d487a2b54729c72e7dda038..2e4ba2d012586aed91be563af270fd1925b6b3e6 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -85,6 +85,8 @@ endif
 ifeq "$(ROOT)" ""
        cd $(DIR_APP) && ./configure.gnu --prefix=/usr -Dman1dir=/usr/share/man/man1 \
                -Dman3dir=/usr/share/man/man3 -Dpager="/usr/bin/less -isR"
+       cd $(DIR_APP) && sed -i 's/^0$$//' makefile
+       cd $(DIR_APP) && sed -i 's/^0$$//' x2p/makefile
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
 else