geoip: fix regression

This commit is contained in:
volth
2018-02-22 21:47:36 +00:00
committed by GitHub
parent 664cb083e7
commit e9abedbe29

View File

@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
postPatch = ''
postConfigure = ''
find . -name Makefile.in -exec sed -i -r 's#^pkgdatadir\s*=.+$#pkgdatadir = ${dataDir}#' {} \;
'';