rustybird / corridor

Tor traffic whitelisting gateway
ISC License
68 stars 6 forks source link

don't enforce /usr/local/etc #37

Closed adrelanos closed 7 years ago

adrelanos commented 7 years ago

Removed $(DESTDIR)/usr/local/etc/corridor.d.

...If it is required for some reason. What about introducing ETC? I mean, like the following...

PREFIX ?= /usr/local
SBIN   ?= $(PREFIX)/sbin
SYSTEM ?= $(PREFIX)/lib/systemd/system
MAN    ?= $(PREFIX)/share/man
ETC    ?= $(PREFIX)/etc
adrelanos commented 7 years ago

Indeed. Fixed.

rustybird commented 7 years ago

Thanks