blob: d76d8b9fdcc44de1a2b31a0c9bd1475d2f5df0e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.orig 2015-05-01 19:21:45 UTC
+++ Makefile
@@ -60,5 +60,5 @@ clean:
update: clean all
install: $(TOOL)
- strip -x -o /usr/local/bin/$(TOOL) $(TOOL)
- cp $(TOOL).1 /usr/local/man/man1/$(TOOL).1
+ strip -x -o $(DESTDIR)$(PREFIX)/bin/$(TOOL) $(TOOL)
+ cp $(TOOL).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TOOL).1
|