systemd: Fix references to /usr/bin in cross-compilation
This commit is contained in:
parent
c3bba10ae8
commit
a486cb1af6
@ -82,6 +82,12 @@ in
|
|||||||
|
|
||||||
"-Dsysvinit-path="
|
"-Dsysvinit-path="
|
||||||
"-Dsysvrcnd-path="
|
"-Dsysvrcnd-path="
|
||||||
|
|
||||||
|
"-Dkill-path=${coreutils}/bin/kill"
|
||||||
|
"-Dkmod-path=${kmod}/bin/kmod"
|
||||||
|
"-Dsulogin-path=${utillinux}/bin/sulogin"
|
||||||
|
"-Dmount-path=${utillinux}/bin/mount"
|
||||||
|
"-Dumount-path=${utillinux}/bin/umount"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
|
Loading…
Reference in New Issue
Block a user