projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38df5a
)
fix a small bug in the unpack code
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Mar 2007 21:32:59 +0000
(21:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Mar 2007 21:32:59 +0000
(21:32 +0000)
SVN-Revision: 6587
include/unpack.mk
patch
|
blob
|
history
diff --git
a/include/unpack.mk
b/include/unpack.mk
index e195f316f6787fe9d3d025819319673b579e58b0..b8349c9ca46d13e9f4ecf7792f97d3a0f7e4d471 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)