X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-bin.mk;h=4ae049af5409687f6166d494f50f1da7cb66587e;hb=37c848810c01f3ac99a511d5dd9f776359aaeed0;hp=68f5831340949105280c3dc66718e143ab3dd556;hpb=fb07085218859e0afe033d8a32ac2618303911ff;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/include/package-bin.mk b/include/package-bin.mk index 68f5831340..4ae049af54 100644 --- a/include/package-bin.mk +++ b/include/package-bin.mk @@ -29,10 +29,10 @@ ifeq ($(DUMP),) install-bin-$(1): $(PKG_BUILD_DIR)/.pkgdir/$(1).installed rm -rf $(BIN_DIR)/$(1) -rmdir $(PKG_BUILD_DIR)/.pkgdir/$(1) >/dev/null 2>/dev/null - [ -d $(PKG_BUILD_DIR)/.pkgdir/$(1) ] && { \ + if [ -d $(PKG_BUILD_DIR)/.pkgdir/$(1) ]; then \ $(INSTALL_DIR) $(BIN_DIR)/$(1) && \ $(CP) $(PKG_BUILD_DIR)/.pkgdir/$(1)/. $(BIN_DIR)/$(1)/; \ - } + fi clean-$(1): rm -rf $(BIN_DIR)/$(1)