projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a10b35
)
applied the fix inspired by a recent wmii commit
author
Anselm R. Garbe
<arg@suckless.org>
Wed, 21 Feb 2007 09:59:36 +0000
(10:59 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Wed, 21 Feb 2007 09:59:36 +0000
(10:59 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 18279f673f7ac4c2871bc656828455c62ad35486..39100802f41cf94c6a4e28a9b7415360a6c05f81 100644
(file)
--- 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: