X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2FMakefile.in;h=1eb113270f3a080e76f623852984bce779c1eb29;hb=13893e6d255a0b3ff1ac2ffb74cff0652d2b61f4;hp=912026e8af061d70119869fdf9da72917adae839;hpb=280fdac2bc2146a73282b47b2c7ce66c19a0d3f2;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/src/Makefile.in b/src/Makefile.in index 912026e..1eb1132 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -115,6 +115,7 @@ edit = sed \ -e "s,@CFGDIR\@,$(CFGDIR),g" \ -e "s,@BASH\@,$(BASH),g" \ -e 's,@datadir\@,$(pkgdatadir),g' \ + -e "s,@libdir\@,$(pkglibdir),g" \ -e 's,@localstatedir\@,$(localstatedir),g' \ -e 's,@prefix\@,$(prefix),g'