chiark / gitweb /
build-sys: make network files respect --rootprefix
authorSamuli Suominen <ssuominen@gentoo.org>
Fri, 21 Feb 2014 14:14:51 +0000 (16:14 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 21 Feb 2014 15:05:02 +0000 (16:05 +0100)
commit74fae4240f670fe5a39a82a71abad367d18caefa
treeffc2d825ba6b945f5bb272768c5eeb7cf857567d
parentedbb03e95a3c31bf719d5c6c46eec14d0bcb9c8f
build-sys: make network files respect --rootprefix

With --rootprefix= systemd-udevd gets installed to /lib/systemd, and since
the network configuration is also required during early boot, it should be
available there with it. Using --prefix= is not an option since it would
put everything, including pkg-config files, man pages, documentation, to /
which is not wanted. This commit puts 99-default.link to
/lib/systemd/network/ when required.
Makefile.am