fix awk segfault
[librecmc/librecmc.git] / package / busybox / Makefile
index 3bdc125d580dc9c310083406f1a0bc9485ee6aec..ec9a1bad88584da99560f61085605efafc0bbc2d 100644 (file)
@@ -70,6 +70,7 @@ define Build/Compile
 endef
 
 define Package/busybox/install
+       find $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
        $(MAKE) -C $(PKG_BUILD_DIR) \
                CC="$(TARGET_CC)" \
                CROSS_COMPILE="$(TARGET_CROSS)" \