DE-IBH / apt-dater

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

Use localstatedir in stead of static /var #109

Closed twouters closed 8 years ago

twouters commented 8 years ago

This should fix make install when using e.g. ./configure --prefix=/usr/local. There's been a previous pull request #105 by @alexbarton which didn't seem to work for him, perhaps this would. This seems to work for me, but let me know if there are any issues with these changes.

twouters commented 8 years ago

It doesn't work yet, @localstatedir@ results in a literal ${prefix}/var in etc/apt-dater.xml.

Fixed and commits squashed

liske commented 8 years ago

Thanks!