15 lines
433 B
Text
15 lines
433 B
Text
|
Index: Makefile
|
||
|
--- Makefile.orig
|
||
|
+++ Makefile
|
||
|
@@ -14,8 +14,8 @@ endlessh: endlessh.c
|
||
|
install: endlessh
|
||
|
install -d $(DESTDIR)$(PREFIX)/bin
|
||
|
install -m 755 endlessh $(DESTDIR)$(PREFIX)/bin/
|
||
|
- install -d $(DESTDIR)$(PREFIX)/share/man/man1
|
||
|
- install -m 644 endlessh.1 $(DESTDIR)$(PREFIX)/share/man/man1/
|
||
|
+ install -d $(DESTDIR)$(PREFIX)/man/man1
|
||
|
+ install -m 644 endlessh.1 $(DESTDIR)$(PREFIX)/man/man1/
|
||
|
|
||
|
clean:
|
||
|
rm -rf endlessh
|