From b3a9b8d0613558cbf628d64c62af1582039dd30f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 14 Jun 2007 08:03:09 +0000 Subject: Fix removing links to applets (#1770) SVN-Revision: 7628 --- package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox') diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 38740fdbfd..ec9a1bad88 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -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)" \ -- cgit v1.2.3