Using configure with --prefix=/usr configuration is dropped on wrong place

Issue #58 resolved
merlin81 created an issue

piler.conf is copied to /usr/etc/ not to /etc what I'd expect using --prefix=/usr. Also piler tries to use /usr/local/etc/piler.conf as hardcoded configuration location

Comments (1)

  1. Janos SUTO repo owner

    To achieve what you want, try the following:

    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var ...

  2. Log in to comment