summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-24 14:46:08 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-24 14:46:08 +0000
commita6d15cf60b2d83703b15d1d956be5c6c44bd886d (patch)
treefee9f1174fe2b9086c5c4e18e1c01018a7d3f372 /openwrt
parent9cf70a7b4ef8c303243b6b2225e813d8b4e6e1ca (diff)
gzcat -> zcat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2757 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/package/cutter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/cutter/Makefile b/openwrt/package/cutter/Makefile
index c9cf5d77f..dcf8ebf17 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