about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 11:58:46 +0200
committerarg@10ksloc.org <unknown>2006-08-07 11:58:46 +0200
commitd9386a0c07a72e415abaeacd611fe880e20b2a03 (patch)
treefc7277902a0a40cc54ff0a8db0159001577a0610
parent66e16c92d315d11edadb9bafbf74926ae2c30fe3 (diff)
downloaddwm-d9386a0c07a72e415abaeacd611fe880e20b2a03.tar.gz
typo fix
-rw-r--r--Makefile2
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:
319ebba4218156'>e087f6d4
899516a7 ^

















e087f6d4



899516a7 ^




e087f6d4
d3f9d547 ^
e087f6d4



899516a7 ^






d3f9d547 ^
899516a7 ^
d3f9d547 ^
e087f6d4





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74