From: Oliver Ertl Date: Tue, 20 Dec 2005 13:02:00 +0000 (+0000) Subject: fix Makefile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=63de1169657fb49f1dba9560c2c3635ca06e396c;p=librecmc%2Flibrecmc.git fix Makefile SVN-Revision: 2737 --- 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