diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 20:57:49 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 20:57:49 +0000 |
| commit | 7a14b4517731830ddcda3ba80b85f2af5c143585 (patch) | |
| tree | 48f6cfeb1e919b1259e0209e5dd7e3235bff85fa | |
| parent | 0bd782addd3e989cd22aef27d7a81907ea3b5847 (diff) | |
| download | mtk-20170518-7a14b4517731830ddcda3ba80b85f2af5c143585.zip mtk-20170518-7a14b4517731830ddcda3ba80b85f2af5c143585.tar.gz mtk-20170518-7a14b4517731830ddcda3ba80b85f2af5c143585.tar.bz2 | |
remove weird /lib64 directory
SVN-Revision: 3873
| -rw-r--r-- | openwrt/package/busybox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 799372f..3968f18 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)) |
