DE-IBH / apt-dater

terminal-based remote package update manager
GNU General Public License v2.0
101 stars 24 forks source link

make install ignores --sysconfdir #101

Closed dunn closed 9 years ago

dunn commented 9 years ago

make always attempts to install conf files in /etc, which means make install can't be run without sudo.

Build logs with system config: https://gist.github.com/dunn/d8a7a27ea04cfa78f1b6#file-03-make-L126

Presumably introduced by 1f165f4ea7e4437dc87bca31de654c160a90c1e7.

liske commented 9 years ago

Hi,

I've changed /etc/Makefile.am to use @sysconfdir@ in ba81bcd . The default configuration files are now using the value of sysconfdir in the path options, too.

Thanks & HTH, Thomas