diff options
| -rw-r--r-- | package/busybox/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 38740fdbf..ec9a1bad8 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)" \ | 
