mirror of
https://github.com/vale981/phoebe
synced 2025-03-04 17:31:41 -05:00
Include the scripts directory in the distribution
This commit is contained in:
parent
5fcb3fb482
commit
3129ab3fa7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -rp bin modules lib pkgs $out/
|
||||
cp -rp bin modules lib pkgs scripts $out/
|
||||
chmod 0555 $out/bin/*
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue