From 7f4d50957a082d84fa193bd0103e017198968680 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sun, 26 Sep 2010 15:50:54 +0800 Subject: [PATCH] remove empty folder, we copy uboot to bin/xburst there is empty folder in 'bin/xburst' name 'uboot-xburst-qi_lb60' create in 'include/package-bin.mk:22' Signed-off-by: Xiangfu Liu --- package/uboot-xburst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/uboot-xburst/Makefile b/package/uboot-xburst/Makefile index 962bf9beb..33f2ad0fa 100644 --- a/package/uboot-xburst/Makefile +++ b/package/uboot-xburst/Makefile @@ -87,8 +87,8 @@ endef define Package/uboot/install/template define Package/uboot-xburst-$(1)/install - $(INSTALL_DIR) $$(1) $(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2) + rmdir $$(1) endef endef