Fix removing links to applets (#1770)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Jun 2007 08:03:09 +0000 (08:03 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Jun 2007 08:03:09 +0000 (08:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7628 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/busybox/Makefile

index 38740fd..ec9a1ba 100644 (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)" \
This page took 0.031786 seconds and 4 git commands to generate.