jer 14/06/14 01:27:30 Modified: geoipupdate-r3.sh Log: Add a prefix to the GeoIP datadir. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 dev-libs/geoip/files/geoipupdate-r3.sh file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoipupdate-r3.sh?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoipupdate-r3.sh?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoipupdate-r3.sh?r1=1.1&r2=1.2 Index: geoipupdate-r3.sh =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/files/geoipupdate-r3.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- geoipupdate-r3.sh 12 Jun 2014 19:25:03 -0000 1.1 +++ geoipupdate-r3.sh 14 Jun 2014 01:27:30 -0000 1.2 @@ -1,7 +1,7 @@ #!/bin/sh GEOIP_MIRROR="https://geolite.maxmind.com/download/geoip/database" -GEOIPDIR=/usr/share/GeoIP +GEOIPDIR=@PREFIX@/usr/share/GeoIP TMPDIR= DATABASES="GeoLiteCity GeoLiteCountry/GeoIP asnum/GeoIPASNum GeoIPv6 GeoLiteCityv6-beta/GeoLiteCityv6"
