Fix removing links to applets (#1770)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7628 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-06-14 08:03:09 +00:00
parent 362ad8d85c
commit 606799f377
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ define Build/Compile
endef
define Package/busybox/install
find $(PKG_BUILD_DIR) -lname busybox -exec rm \{\} \;
find $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
CROSS_COMPILE="$(TARGET_CROSS)" \