riscv-pk: Properly respect --prefix.

+6
+6
pkgs/misc/riscv-pk/default.nix
··· 26 27 hardeningDisable = [ "all" ]; 28 29 meta = { 30 description = "RISC-V Proxy Kernel and Bootloader."; 31 homepage = https://github.com/riscv/riscv-pk;
··· 26 27 hardeningDisable = [ "all" ]; 28 29 + postInstall = '' 30 + mv $out/* $out/.cleanup 31 + mv $out/.cleanup/* $out 32 + rmdir $out/.cleanup 33 + ''; 34 + 35 meta = { 36 description = "RISC-V Proxy Kernel and Bootloader."; 37 homepage = https://github.com/riscv/riscv-pk;