diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2005-12-20 13:02:00 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2005-12-20 13:02:00 +0000 |
commit | 63de1169657fb49f1dba9560c2c3635ca06e396c (patch) | |
tree | 2a7fbc03e356411c65b324f162a5b3bb9cb36b1c /openwrt/package/peerguardian | |
parent | bed32bd17967b4ca51c1a7ee720188080e2965d1 (diff) | |
download | mtk-20170518-63de1169657fb49f1dba9560c2c3635ca06e396c.zip mtk-20170518-63de1169657fb49f1dba9560c2c3635ca06e396c.tar.gz mtk-20170518-63de1169657fb49f1dba9560c2c3635ca06e396c.tar.bz2 |
fix Makefile
SVN-Revision: 2737
Diffstat (limited to 'openwrt/package/peerguardian')
-rwxr-xr-x | openwrt/package/peerguardian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/peerguardian/Makefile b/openwrt/package/peerguardian/Makefile index 4504166..ee34f07 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 |