diff options
Diffstat (limited to 'network/mod_geoip2')
-rw-r--r-- | network/mod_geoip2/doinst.sh | 2 | ||||
-rw-r--r-- | network/mod_geoip2/mod_geoip2.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/mod_geoip2/doinst.sh b/network/mod_geoip2/doinst.sh index 165a3d95075e..83bf461e9e3f 100644 --- a/network/mod_geoip2/doinst.sh +++ b/network/mod_geoip2/doinst.sh @@ -11,5 +11,5 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/mod_geoip.conf.new +config etc/httpd/mod_geoip.conf.new diff --git a/network/mod_geoip2/mod_geoip2.SlackBuild b/network/mod_geoip2/mod_geoip2.SlackBuild index f16c3a60be89..131a4ab5bc23 100644 --- a/network/mod_geoip2/mod_geoip2.SlackBuild +++ b/network/mod_geoip2/mod_geoip2.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=mod_geoip2 VERSION=1.2.5 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: |