Fix removing links to applets (#1770)

SVN-Revision: 7628
This commit is contained in:
Florian Fainelli 2007-06-14 08:03:09 +00:00
parent 32a88f5fd1
commit b3a9b8d061

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)" \