Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/37'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusty Bird committed Jan 9, 2017
2 parents bda0cc4 + 91088fd commit 8b6ea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ systemd-units: $(UNITS)
ronn -r $<

install: man/corridor.8
install -d $(DESTDIR)$(SBIN) $(DESTDIR)$(MAN)/man8 $(DESTDIR)/etc/corridor.d $(DESTDIR)/var/lib/corridor $(DESTDIR)/usr/local/etc/corridor.d
install -d $(DESTDIR)$(SBIN) $(DESTDIR)$(MAN)/man8 $(DESTDIR)/etc/corridor.d $(DESTDIR)/var/lib/corridor
install sbin/* $(DESTDIR)$(SBIN)
install -m 644 man/corridor.8 $(DESTDIR)$(MAN)/man8
for f in sbin/*; do ln -sf corridor.8 $(DESTDIR)$(MAN)/man8/$${f##*/}.8; done
Expand Down

0 comments on commit 8b6ea4b

Please sign in to comment.