projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c1882e
)
fix a small bug in the unpack code
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Mar 2007 21:32:59 +0000
(21:32 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Mar 2007 21:32:59 +0000
(21:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6587
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/unpack.mk
patch
|
blob
|
history
diff --git
a/include/unpack.mk
b/include/unpack.mk
index
e195f31
..
b8349c9
100644
(file)
--- a/
include/unpack.mk
+++ b/
include/unpack.mk
@@
-42,7
+42,7
@@
ifeq ($(strip $(PKG_UNPACK)),)
endif
# compatibility code for packages that set PKG_CAT
- ifeq ($(strip $(PKG_
CAT)$(PKG_
UNPACK)),)
+ ifeq ($(strip $(PKG_UNPACK)),)
# use existing PKG_CAT
PKG_UNPACK:=$(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | $(TAR_CMD)
ifeq ($(PKG_CAT),unzip)
This page took
0.030496 seconds
and
4
git commands to generate.