mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
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:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user