From: Anselm R. Garbe Date: Wed, 21 Feb 2007 09:59:36 +0000 (+0100) Subject: applied the fix inspired by a recent wmii commit X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=commitdiff_plain;h=3bc1f99e3cc645b0160cba51805afb3f9f711fa0 applied the fix inspired by a recent wmii commit --- diff --git a/Makefile b/Makefile index 18279f6..3910080 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ install: all @chmod 755 ${DESTDIR}${PREFIX}/bin/dmenu @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 - @sed 's/VERSION/${VERSION}/g' < dmenu.1 > ${DESTDIR}${MANPREFIX}/man1/dmenu.1 + @sed "s/VERSION/${VERSION}/g" < dmenu.1 > ${DESTDIR}${MANPREFIX}/man1/dmenu.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dmenu.1 uninstall: