diff options
Diffstat (limited to 'openwrt/package/cutter/Makefile')
-rwxr-xr-x | openwrt/package/cutter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/cutter/Makefile b/openwrt/package/cutter/Makefile index c9cf5d77f2..dcf8ebf17c 100755 --- a/openwrt/package/cutter/Makefile +++ b/openwrt/package/cutter/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:=50093db9b64277643969ee75b83ebbd1 PKG_SOURCE_URL:=http://www.lowth.com/cutter/software/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_CAT:=gzcat +PKG_CAT:=zcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(TOPDIR)/package/rules.mk |