Skip to content

Commit

Permalink
Use standard path for manpages (thanks anarcat)
Browse files Browse the repository at this point in the history
See: #47
  • Loading branch information
hoytech committed Jan 19, 2017
1 parent 0b43937 commit 146bcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PREFIX?= /usr/local
BINDIR?= $(PREFIX)/bin
MANDIR?= $(PREFIX)/man/man8
MANDIR?= $(PREFIX)/share/man/man8

CC?= cc
CFLAGS+= -Wall -O2 -g -std=c99
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
dh $@

override_dh_auto_install:
$(MAKE) PREFIX=$(CURDIR)/debian/vmtouch/usr MANDIR=$(CURDIR)/debian/vmtouch/usr/share/man/man8 install
$(MAKE) PREFIX=$(CURDIR)/debian/vmtouch/usr install

0 comments on commit 146bcec

Please sign in to comment.