Skip to content

Commit

Permalink
don't enforce /usr/local/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jan 9, 2017
1 parent bda0cc4 commit 91088fd
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 91088fd

Please sign in to comment.