From: Felix Fietkau Date: Sat, 14 Oct 2006 22:06:18 +0000 (+0000) Subject: fix more packages (#847) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86a4e3903e1077b13c0cedf726f65253a1a1e06b;p=openwrt%2Fsvn-archive%2Farchive.git fix more packages (#847) SVN-Revision: 5096 --- diff --git a/utils/comgt/Makefile b/utils/comgt/Makefile index 0df02f4377..d233bb1804 100644 --- a/utils/comgt/Makefile +++ b/utils/comgt/Makefile @@ -36,7 +36,7 @@ endef define Build/Prepare rm -rf $(PKG_BUILD_DIR) mkdir -p $(PKG_BUILD_DIR) - zcat $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) - + zcat $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) if [ -d ./patches ]; then $(PATCH) $(PKG_BUILD_DIR) ./patches ; fi endef diff --git a/utils/microcom/Makefile b/utils/microcom/Makefile index 646c9e5cd7..874afdac70 100644 --- a/utils/microcom/Makefile +++ b/utils/microcom/Makefile @@ -34,7 +34,7 @@ define Build/Prepare rm -rf $(PKG_BUILD_DIR) mkdir -p $(PKG_BUILD_DIR) # the .tar.gz is different - no subdirectory, so do this manually - zcat $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) - + zcat $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) endef define Build/Configure