Merge pull request #35367 from volth/patch-101

geoip: fix regression
This commit is contained in:
Franz Pletz 2018-02-22 22:56:30 +00:00 committed by GitHub
commit 2649600e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}#' {} \;
'';