diff options
| -rw-r--r-- | include/unpack.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/unpack.mk b/include/unpack.mk index e195f316f..b8349c9ca 100644 --- 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) | 
