riscv-pk: Properly respect --prefix.
This commit is contained in:
parent
8c9a8d6805
commit
6c4ac28b6f
@ -26,6 +26,12 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mv $out/* $out/.cleanup
|
||||||
|
mv $out/.cleanup/* $out
|
||||||
|
rmdir $out/.cleanup
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "RISC-V Proxy Kernel and Bootloader.";
|
description = "RISC-V Proxy Kernel and Bootloader.";
|
||||||
homepage = https://github.com/riscv/riscv-pk;
|
homepage = https://github.com/riscv/riscv-pk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user