projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e16c9
)
typo fix
author
arg@10ksloc.org
<unknown>
Mon, 7 Aug 2006 09:58:46 +0000
(11:58 +0200)
committer
arg@10ksloc.org
<unknown>
Mon, 7 Aug 2006 09:58:46 +0000
(11:58 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index aebd21bb509705a44a037de97ab508538ffb821f..5fbf05c247df91eb4b7be55df95ed22ad824e319 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-50,7
+50,7
@@
install: all
@chmod 755 ${DESTDIR}${PREFIX}/bin/dwm
@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
- @sed 's/VERSION/${VERSION}/g' < dwm.1 ${DESTDIR}${MANPREFIX}/man1/dwm.1
+ @sed 's/VERSION/${VERSION}/g' < dwm.1
>
${DESTDIR}${MANPREFIX}/man1/dwm.1
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1
uninstall: