fix a small bug in the unpack code

SVN-Revision: 6587
This commit is contained in:
Felix Fietkau 2007-03-16 21:32:59 +00:00
parent f38df5a0af
commit 04ae63915e
1 changed files with 1 additions and 1 deletions

View File

@ -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)