Das alte "which" entfernt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@653 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-06-30 17:25:13 +00:00
parent 51f3b7f5af
commit b0c66429c4

View File

@@ -99,9 +99,6 @@ ifneq "$(ROOT)" ""
-mkdir -p $(ROOT)/usr/bin
ln -sf bash /tools/bin/sh
-ln -sf /tools/bin/bash $(ROOT)/bin/sh
echo "#!/bin/sh" > $(ROOT)/usr/bin/which
echo "type -p \$$1" >> $(ROOT)/usr/bin/which
chmod 755 $(ROOT)/usr/bin/which
endif
@rm -rf $(DIR_APP)
@$(POSTBUILD)