mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
3
lfs/bash
3
lfs/bash
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user