parent
e49f601b7f
commit
6b796a9c23
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ let
|
|||
done
|
||||
|
||||
./autogen.sh
|
||||
configureFlagsArray+=("--libexecdir=$out/libexec")
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
@ -91,6 +92,7 @@ let
|
|||
"--with-udevdir=$(out)/lib/udev"
|
||||
"--with-systemdunitdir=$(out)/etc/systemd/system"
|
||||
"--with-systemdpresetdir=$(out)/etc/systemd/system-preset"
|
||||
"--with-systemdgeneratordir=$(out)/lib/systemd/system-generator"
|
||||
"--with-mounthelperdir=$(out)/bin"
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
|
|
Loading…
Reference in a new issue