]> git.ipfire.org Git - thirdparty/systemd.git/commit - mkosi.build
mkosi: fix build script to use right sysvinit path
authorLennart Poettering <lennart@poettering.net>
Wed, 25 Oct 2017 18:42:38 +0000 (20:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2017 18:00:06 +0000 (19:00 +0100)
commit8da0592c5db5a1b9a8306433256ca80915a34043
treef7723a91285f725e5012c2fccc087b758dd29492
parentf33a319f9924196555084452f30c5ed4c0799f24
mkosi: fix build script to use right sysvinit path

On Fedora /etc/init.d is a symlink to /etc/rc.d/init.d. Our build
scripts default to /etc/init.d since that is the LSB default. Let's make
sure the build script thus follows the symlink correctly and configures
to path explicitly, since otherwise our build artifacts in $DESTDIR are
incompatible with the setup we actually need for Fedora.
mkosi.build