Eine Reihe an Paketen gemacht: ethereal, nmap, rsync, sox, mailx

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@737 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-08-05 18:11:26 +00:00
parent 8a1786c188
commit a7ec54078a
22 changed files with 221 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ define POSTBUILD
else LFS_SCRIPT=$(firstword $(MAKEFILE_LIST)); \
fi; \
echo $(LFS_SCRIPT); \
ROOTFILE=`find $(DIR_SRC)/config/rootfiles/common -maxdepth 1 -type f -name $$LFS_SCRIPT`; \
ROOTFILE=`find $(DIR_SRC)/config/rootfiles/common $(DIR_SRC)/config/rootfiles/packages -maxdepth 1 -type f -name $$LFS_SCRIPT`; \
if [ "$$ROOTFILE" = "" ]; then \
ROOTFILE=`find $(DIR_SRC)/config/rootfiles/ver_$(IPFVER) -type f -name $$LFS_SCRIPT`; \
fi; \