mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #156102 from rapenne-s/fusionInventory_fix
This commit is contained in:
commit
5669fb82c3
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ perlPackages.buildPerlPackage rec {
|
|||
|
||||
cp -r bin $out
|
||||
cp -r lib $out
|
||||
cp -r share $out
|
||||
|
||||
for cur in $out/bin/*; do
|
||||
if [ -x "$cur" ]; then
|
||||
|
|
Loading…
Reference in a new issue