From aa40ba1f3d3ce43264d6d4138c27ac4eaf410407 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 21 Feb 2007 11:00:12 +0100 Subject: [PATCH] applied a fix inspired by recent wmii commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ccaf6a..d0c003a 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ install: all @chmod 755 ${DESTDIR}${PREFIX}/bin/sic @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 - @sed 's/VERSION/${VERSION}/g' < sic.1 > ${DESTDIR}${MANPREFIX}/man1/sic.1 + @sed "s/VERSION/${VERSION}/g" < sic.1 > ${DESTDIR}${MANPREFIX}/man1/sic.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/sic.1 uninstall: -- 2.39.2