mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Remove redundant chmod
This commit is contained in:
parent
51428627eb
commit
7a5a370c25
1 changed files with 1 additions and 2 deletions
|
@ -125,9 +125,8 @@ rec {
|
|||
runCommand "bionic-prebuilt" {} ''
|
||||
mkdir -p $out
|
||||
cp -r ${includePath} $out/include
|
||||
chmod u+w $out/include
|
||||
cp -r ${asmIncludePath}/* $out/include
|
||||
chmod +w $out/include
|
||||
cp -r ${asmIncludePath}/* $out/include
|
||||
ln -s ${libPath} $out/lib
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue