From d59800bbe15aa8881cd6ce84d54256c0b535d507 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 May 2006 23:36:37 +0000 Subject: [PATCH] fix busybox build SVN-Revision: 3878 --- openwrt/package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 3968f18753..aac9d21e32 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -38,7 +38,7 @@ endef define Package/busybox/install $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(1)" \ EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) install - rmdir $(1)/lib64 + -rm -rf $(1)/lib64 endef $(eval $(call BuildPackage,busybox)) -- 2.25.1