mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
right path to chmod
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1834
This commit is contained in:
parent
fddd91238a
commit
068fd44898
@ -2,6 +2,6 @@ $extra2/bin/chmod u+w $out/include
|
||||
(cd $out/include && $extra2/bin/ln -s $extra/include/* .) || exit 1
|
||||
|
||||
cd $out
|
||||
$extra3/bin/find . -not -type l -exec chmod u+w {} \;
|
||||
$extra3/bin/find . -not -type l -exec $extra2/bin/chmod u+w {} \;
|
||||
$extra3/bin/find . -exec $patchelf --interpreter $out/lib/ld-linux.so.2 --shrink-rpath {} \;
|
||||
$extra3/bin/find . -not -type l -exec chmod u-w {} \;
|
||||
$extra3/bin/find . -not -type l -exec $extra2/bin/chmod u-w {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user