Fix sed command for xsltproc workaround 0.13
authorMichael Prokop <mika@grml.org>
Thu, 6 Dec 2007 22:51:57 +0000 (23:51 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 6 Dec 2007 22:51:57 +0000 (23:51 +0100)
Makefile

index a1493bf..e89c031 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ man-stamp: grml-debootstrap.8.txt
        cp grml-debootstrap.8 grml-debootstrap.8.tmp
        uniq grml-debootstrap.8.tmp > grml-debootstrap.8
        # ugly hack to avoid '.sp' at the end of a sentence or paragraph:
        cp grml-debootstrap.8 grml-debootstrap.8.tmp
        uniq grml-debootstrap.8.tmp > grml-debootstrap.8
        # ugly hack to avoid '.sp' at the end of a sentence or paragraph:
-       sed -i 's/\.sp$//' grml-debootstrap.8
+       sed -i 's/\.sp//' grml-debootstrap.8
        rm grml-debootstrap.8.tmp
        touch man-stamp
 
        rm grml-debootstrap.8.tmp
        touch man-stamp