diff options
author | Juergen Daubert <jue@jue.li> | 2015-12-08 12:24:22 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-12-08 12:24:22 +0100 |
commit | 70e51b092b46d86f5b663a55dabf89b991fb498a (patch) | |
tree | b8ab0aea36e627f9c9bf5e3790af0529cabd2a63 /whois/Pkgfile | |
parent | c2d35844b6d791715dedec3e863bffdfab077172 (diff) | |
download | opt-70e51b092b46d86f5b663a55dabf89b991fb498a.tar.gz opt-70e51b092b46d86f5b663a55dabf89b991fb498a.tar.xz |
whois: update to 5.2.11
Diffstat (limited to 'whois/Pkgfile')
-rw-r--r-- | whois/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/whois/Pkgfile b/whois/Pkgfile index eea582dd0..c8c2008ec 100644 --- a/whois/Pkgfile +++ b/whois/Pkgfile @@ -4,7 +4,7 @@ # Packager: Olle Gustafsson, ogg at linux dot se name=whois -version=5.2.10 +version=5.2.11 release=1 source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz) @@ -13,7 +13,7 @@ build() { sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile make CONFIG_FILE='/etc/whois.conf' whois 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.1 $PKG/usr/share/man/man1/whois.1 + install -D -m 0644 whois.conf.5 $PKG/usr/share/man/man5/whois.conf.5 install -D -m 0644 whois.conf $PKG/etc/whois.conf } |