diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 23:36:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 23:36:37 +0000 |
commit | d59800bbe15aa8881cd6ce84d54256c0b535d507 (patch) | |
tree | a8079187251d4b796271cebaa9af9ca06a94d8bd | |
parent | 9ba9373d546ff96369d03dcf2d92486dbf7f3d26 (diff) | |
download | mtk-20170518-d59800bbe15aa8881cd6ce84d54256c0b535d507.zip mtk-20170518-d59800bbe15aa8881cd6ce84d54256c0b535d507.tar.gz mtk-20170518-d59800bbe15aa8881cd6ce84d54256c0b535d507.tar.bz2 |
fix busybox build
SVN-Revision: 3878
-rw-r--r-- | openwrt/package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 3968f18..aac9d21 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)) |