projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove __init from prom_getenv()
[openwrt.git]
/
include
/
unpack.mk
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.032399 seconds
and
4
git commands to generate.