X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=schemas%2FMakefile.am;h=1e29d4d647dbcdebe453f4d910e79123793c4e87;hb=fc51c80cb50454ac8f662f076445e9aa36875ddf;hp=e32e8573a7d5439b76e601a36e059a6bd8946ed2;hpb=20aaea485ec31da5deaacb160ca246a247b88867;p=shibboleth%2Fcpp-opensaml.git diff --git a/schemas/Makefile.am b/schemas/Makefile.am index e32e857..1e29d4d 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -57,7 +57,7 @@ pkgxml_DATA = \ do-build-file: rm -f ${FILE}.tmp sed < ${srcdir}/${FILE}.in > ${FILE}.tmp \ - -e 's:@-PKGXMLDIR-@:${pkgxmldir}:' + -e 's:@-PKGXMLDIR-@:${pkgxmldir}:g' cmp -s ${FILE} ${FILE}.tmp || mv ${FILE}.tmp ${FILE} rm -f ${FILE}.tmp