X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FDigest;h=568e620cc6b9f102a3e412f85dea9e4f054ec40f;hb=b0dcbdeae448d3fc852c9ee9a4e5e6b9ab75fd34;hp=51ad0d97db23f6ca389f487c9c07365ffe4cb3f1;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/Digest b/lfs/Digest index 51ad0d97d..568e620cc 100644 --- a/lfs/Digest +++ b/lfs/Digest @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)