From 7a14b4517731830ddcda3ba80b85f2af5c143585 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 May 2006 20:57:49 +0000 Subject: [PATCH] remove weird /lib64 directory SVN-Revision: 3873 --- openwrt/package/busybox/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 799372fad3..3968f18753 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -38,6 +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 endef $(eval $(call BuildPackage,busybox)) -- 2.25.1