summaryrefslogtreecommitdiffstats
path: root/package/cutter/Makefile
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
commit7e2c5f7b0cf1d66f3c6d85b47fb827198193e3ce (patch)
treebbff92da58ee0f8e98df7fdeacd521392af0a61b /package/cutter/Makefile
parentfcc887abb55252990b39d6d3baf89633b5920b45 (diff)
gzcat -> zcat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2757 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cutter/Makefile')
-rwxr-xr-xpackage/cutter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cutter/Makefile b/package/cutter/Makefile
index c9cf5d77f..dcf8ebf17 100755
--- a/package/cutter/Makefile
+++ b/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