summaryrefslogtreecommitdiff
path: root/openwrt/package/peerguardian
diff options
context:
space:
mode:
authorolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-20 13:02:00 +0000
committerolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-20 13:02:00 +0000
commit887e582eee716379ac19a838c606aaecc877bed2 (patch)
tree63922e36ca49bb398eda91d4e5bd423ca5cc37f3 /openwrt/package/peerguardian
parent515d0f75966db17ac9dbd202a7422e832650e21b (diff)
fix Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/peerguardian')
-rwxr-xr-xopenwrt/package/peerguardian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/peerguardian/Makefile b/openwrt/package/peerguardian/Makefile
index 4504166c81..ee34f07396 100755
--- a/openwrt/package/peerguardian/Makefile
+++ b/openwrt/package/peerguardian/Makefile
@@ -8,7 +8,7 @@ PKG_MD5SUM:=0fb2bc5501b031604fc56eec3bd35fa4
PKG_SOURCE_URL:=@SF/peerguardian
PKG_SOURCE:=pglinux-$(PKG_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/pglinux-$(PKG_VERSION)
-PKG_CAT:=gzcat
+PKG_CAT:=zcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(TOPDIR)/package/rules.mk