From: Michael Prokop Date: Thu, 6 Dec 2007 22:51:57 +0000 (+0100) Subject: Fix sed command for xsltproc workaround X-Git-Tag: 0.13 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=efee349b1dcf1880910bcc3199ae5af8b9684165 Fix sed command for xsltproc workaround --- diff --git a/Makefile b/Makefile index a1493bf..e89c031 100644 --- 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: - sed -i 's/\.sp$//' grml-debootstrap.8 + sed -i 's/\.sp//' grml-debootstrap.8 rm grml-debootstrap.8.tmp touch man-stamp