systemd-cryptsetup-generator: Also build systemd-cryptsetup
This commit is contained in:
parent
47e5fd9f57
commit
faa79e60cc
@ -11,11 +11,15 @@ stdenv.lib.overrideDerivation systemd (p: {
|
||||
|
||||
buildPhase = ''
|
||||
make $makeFlags built-sources
|
||||
make $makeFlags systemd-cryptsetup
|
||||
make $makeFlags systemd-cryptsetup-generator
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/lib/systemd/system-generators/
|
||||
cp systemd-cryptsetup-generator $out/lib/systemd/system-generators/systemd-cryptsetup-generator
|
||||
|
||||
mkdir -p $out/lib/systemd/
|
||||
cp systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup
|
||||
'';
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user