diff options
author | arg@10ksloc.org <unknown> | 2006-08-07 11:58:46 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-07 11:58:46 +0200 |
commit | d9386a0c07a72e415abaeacd611fe880e20b2a03 (patch) | |
tree | fc7277902a0a40cc54ff0a8db0159001577a0610 | |
parent | 66e16c92d315d11edadb9bafbf74926ae2c30fe3 (diff) | |
download | dwm-d9386a0c07a72e415abaeacd611fe880e20b2a03.tar.gz |
typo fix
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index aebd21b..5fbf05c 100644 --- 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: |