From: nbd Date: Fri, 16 Mar 2007 21:32:59 +0000 (+0000) Subject: fix a small bug in the unpack code X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=e90cdd3990f76ee8561d98e49ef2719fa5311489;ds=sidebyside fix a small bug in the unpack code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6587 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)