mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
don't match a trailing slash
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1838
This commit is contained in:
parent
30fd5fd0d1
commit
505a857e55
@ -4,5 +4,5 @@ $extra2/bin/chmod u+w $out/include
|
||||
cd $out
|
||||
$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 {} \; || true
|
||||
$extra2/bin/cat ./bin/catchsegv | $extra4/bin/sed "s|/nix/store/[a-z0-9]*-glibc/|$out|g" > ./bin/catchsegv
|
||||
$extra2/bin/cat ./bin/catchsegv | $extra4/bin/sed "s|/nix/store/[a-z0-9]*-glibc|$out|g" > ./bin/catchsegv
|
||||
$extra3/bin/find . -not -type l -exec $extra2/bin/chmod u-w {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user