projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8205558
)
fix nozomi unpack command
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 8 May 2007 21:48:19 +0000
(21:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 8 May 2007 21:48:19 +0000
(21:48 +0000)
SVN-Revision: 7143
package/nozomi/Makefile
patch
|
blob
|
history
diff --git
a/package/nozomi/Makefile
b/package/nozomi/Makefile
index 8328198e46d8eefbd688fa364dc401a94e3abb71..60ae74b77c58bbef57e66bdc9beb9b887575eadf 100644
(file)
--- a/
package/nozomi/Makefile
+++ b/
package/nozomi/Makefile
@@
-19,7
+19,7
@@
PKG_MD5SUM:=90e4d8f389a18b5579f7234a23e32e99
include $(INCLUDE_DIR)/package.mk
-PKG_UNPACK:=mkdir -p $(PKG_BUILD_DIR);
$(ZCAT)
$(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR) $(TAR_OPTIONS)
+PKG_UNPACK:=mkdir -p $(PKG_BUILD_DIR);
gzip -dc
$(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR) $(TAR_OPTIONS)
define KernelPackage/nozomi
SUBMENU:=Other modules