From: Scott Cantor Date: Thu, 31 May 2007 21:17:16 +0000 (+0000) Subject: Fix sed command X-Git-Tag: 2.0-alpha1~6 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=dfc074312f876efd1642c7dc429d156af585bd1a Fix sed command --- 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