Merge pull request #164825 from ilya-fedin/fhs-less-copy

main
Artturi 2 years ago committed by GitHub
commit 74f33d9a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/build-support/build-fhs-userenv-bubblewrap/env.nix

@ -178,7 +178,7 @@ let
chmod -R 755 share
cp -rLTf ${staticUsrProfileTarget}/share share
else
cp -rLf ${staticUsrProfileTarget}/share share
cp -rsHf ${staticUsrProfileTarget}/share share
fi
fi
for i in bin sbin include; do

Loading…
Cancel
Save