Skip to content

Commit

Permalink
riscv-pk: Properly respect --prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 20, 2018
1 parent 8c9a8d6 commit 6c4ac28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/misc/riscv-pk/default.nix
Expand Up @@ -26,6 +26,12 @@ in stdenv.mkDerivation {

hardeningDisable = [ "all" ];

postInstall = ''
mv $out/* $out/.cleanup
mv $out/.cleanup/* $out
rmdir $out/.cleanup
'';

meta = {
description = "RISC-V Proxy Kernel and Bootloader.";
homepage = https://github.com/riscv/riscv-pk;
Expand Down

0 comments on commit 6c4ac28

Please sign in to comment.