addd sutff
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1830
This commit is contained in:
parent
ff61b869e4
commit
98ce16d2ba
|
@ -2,4 +2,4 @@ $extra2/bin/chmod u+w $out/include
|
|||
(cd $out/include && $extra2/bin/ln -s $extra/include/* .) || exit 1
|
||||
|
||||
cd $out
|
||||
$extra3/bin/find . | $extra3/bin/xargs $patchelf --interpreter $out/lib/ld-linux.so.2 --shrink-rpath
|
||||
$extra3/bin/find . -exec $patchelf --interpreter $out/lib/ld-linux.so.2 --shrink-rpath {} \;
|
||||
|
|
Loading…
Reference in New Issue