Skip to content

Commit

Permalink
install into $DESTDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Jan 3, 2020
1 parent 74b6213 commit 2517546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ json.o: json.c json.h
interp.o: interp.c interp.h version.h

install: msoak msoak.1
install -m755 msoak $(BINDIR)/msoak
install -m644 msoak.1 $(MANDIR)/man1/msoak.1
install -m755 msoak $(DESTDIR)$(BINDIR)/msoak
install -m644 msoak.1 $(DESTDIR)$(MANDIR)/man1/msoak.1

pdf:
groff -Tps -man msoak.1 > msoak.tmp_ && pstopdf -i msoak.tmp_ -o msoak.pdf && rm -f msoak.tmp_
Expand Down

0 comments on commit 2517546

Please sign in to comment.