From: Florian Fainelli Date: Thu, 14 Jun 2007 08:03:09 +0000 (+0000) Subject: Fix removing links to applets (#1770) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=606799f3771d93084ede0be5b9004443716ac1f9;p=15.05%2Fopenwrt.git Fix removing links to applets (#1770) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7628 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \