Fix sed command
authorScott Cantor <cantor.2@osu.edu>
Thu, 31 May 2007 21:17:16 +0000 (21:17 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 31 May 2007 21:17:16 +0000 (21:17 +0000)
schemas/Makefile.am

index e32e857..1e29d4d 100644 (file)
@@ -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