fix more packages (#847)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5096 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fab87ed27d
commit
46988db811
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user