fusionInventory: add missing files
some .ids files normally found in the directory share within the package were not included. Help from upstream https://github.com/fusioninventory/fusioninventory-agent/issues/986 Fix https://github.com/NixOS/nixpkgs/issues/156100
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user