DE-IBH / apt-dater

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

Use "$localstatedir" instead of hardcoding "/var" #105

Closed alexbarton closed 8 years ago

alexbarton commented 8 years ago

This fixes "make install" for setups with own "prefix" settings, because "$localstatedir" respects "$prefix".

alexbarton commented 8 years ago

The two Travis-CI builds that failed broke because of this:

Cloning into 'DE-IBH/apt-dater'...
fatal: unable to access 'https://github.com/DE-IBH/apt-dater.git/': Couldn't resolve host 'github.com'

A network problem on the build hosts?

The patch itself should be fine, I think (all other tests succeeded) …

alexbarton commented 8 years ago

Patch is incomplete and doesn't solve my problem. Need far more work to get --prefix working again – but I don't have time for this at the moment. Sorry :-(