network/mod_geoip2: Fixed postinstall script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3f2986098e
commit
0832021ee2
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue