diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 11:00:12 +0100 |
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 11:00:12 +0100 |
| commit | aa40ba1f3d3ce43264d6d4138c27ac4eaf410407 (patch) | |
| tree | 521f463f87f787d655256ac066dd81e403310f6e /Makefile | |
| parent | ef99e720ffec7570261170b4858253249b91f6f9 (diff) | |
| download | cic-aa40ba1f3d3ce43264d6d4138c27ac4eaf410407.tar.gz | |
applied a fix inspired by recent wmii commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
