pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
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
18279f6
..
3910080
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: