X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2e16303dd3587f48b7440570e601d02e2172efb6..46ba32a61f3690ea0b72fe4d372e97b9d644146d:/include/unpack.mk?ds=sidebyside 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)