From efee349b1dcf1880910bcc3199ae5af8b9684165 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 6 Dec 2007 23:51:57 +0100 Subject: [PATCH] Fix sed command for xsltproc workaround --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4