summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-21 11:00:12 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-21 11:00:12 +0100
commitaa40ba1f3d3ce43264d6d4138c27ac4eaf410407 (patch)
tree521f463f87f787d655256ac066dd81e403310f6e /Makefile
parentef99e720ffec7570261170b4858253249b91f6f9 (diff)
downloadcic-aa40ba1f3d3ce43264d6d4138c27ac4eaf410407.tar.gz
applied a fix inspired by recent wmii commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: