X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=configs%2FMakefile.am;h=810057c9da34d6157555b84a48971b9ddd396466;hp=551908e5fddbb59ffb6509310aa21e50846cec4c;hb=ad64936f0c5cda33143275fe70487cef077cc830;hpb=cbf3451354a43eec11435bf97242a39fd37af71a diff --git a/configs/Makefile.am b/configs/Makefile.am index 551908e..810057c 100644 --- a/configs/Makefile.am +++ b/configs/Makefile.am @@ -69,7 +69,8 @@ do-build-file: -e 's:@-PKGWEBDIR-@:${pkgwebdir}:g' \ -e 's:@-PKGLOGDIR-@:${pkglogdir}:g' \ -e 's:@-SHIRELOGDIR-@:${shirelogdir}:g' \ - -e 's:@-PKGRUNDIR-@:${pkgrundir}:g' + -e 's:@-PKGRUNDIR-@:${pkgrundir}:g' \ + -e 's:@-PKGCACHEDIR-@:${pkgcachedir}:g' cmp -s ${FILE} ${FILE}.tmp || mv ${FILE}.tmp ${FILE} rm -f ${FILE}.tmp