]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Merge branch 'prefix-sbindir-changes' into 'master'
authorMarek Vavrusa <marek@vavrusa.com>
Tue, 5 Jul 2016 07:45:39 +0000 (09:45 +0200)
committerMarek Vavrusa <marek@vavrusa.com>
Tue, 5 Jul 2016 07:45:39 +0000 (09:45 +0200)
Daemons should be in sbin, make destination variables overridable

According to FHS the 'Non-essential system binaries, e.g., daemons for various network-services.' should be installed in /usr/sbin

Also changed `:=` to `?=` to allow variable override without patching `config.mk`.

See merge request !32


Trivial merge