X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Funpack.mk;h=b8349c9ca46d13e9f4ecf7792f97d3a0f7e4d471;hp=e195f316f6787fe9d3d025819319673b579e58b0;hb=6ad87e71c0f58ebfd73381b507e023dd1fd10ef5;hpb=11e57494497861ea858fd2162a7ce00c3dcc1557 diff --git a/include/unpack.mk b/include/unpack.mk index e195f316f6..b8349c9ca4 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)