diff options
author | Juergen Daubert <jue@jue.li> | 2013-04-19 17:16:21 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-04-19 17:16:21 +0200 |
commit | 07ef81ee5dad3fa08b29b84ac9ca7c8c03da06af (patch) | |
tree | 182ab15bc0ca2944664978c094e3123e3e8790d1 /whois/Pkgfile | |
parent | 02d127fc4f5f26c27d162120a7d546c5eb73a6d9 (diff) | |
download | opt-07ef81ee5dad3fa08b29b84ac9ca7c8c03da06af.tar.gz opt-07ef81ee5dad3fa08b29b84ac9ca7c8c03da06af.tar.xz |
whois: update to 5.0.24
Diffstat (limited to 'whois/Pkgfile')
-rw-r--r-- | whois/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/whois/Pkgfile b/whois/Pkgfile index 07ce2fd3d..b77150de3 100644 --- a/whois/Pkgfile +++ b/whois/Pkgfile @@ -4,7 +4,7 @@ # Packager: Olle Gustafsson, ogg at linux dot se name=whois -version=5.0.23 +version=5.0.24 release=1 source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz) @@ -12,7 +12,8 @@ build() { cd $name-$version sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile make CONFIG_FILE='/etc/whois.conf' whois - install -D -m 755 whois $PKG/usr/bin/whois - install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1 - install -D -m 644 whois.conf $PKG/etc/whois.conf + install -D -m 0755 whois $PKG/usr/bin/whois + install -D -m 0644 whois.1 $PKG/usr/man/man1/whois.1 + install -D -m 0644 whois.conf.5 $PKG/usr/man/man5/whois.conf.5 + install -D -m 0644 whois.conf $PKG/etc/whois.conf } |