addd sutff

svn path=/nixpkgs/branches/nixos-pkgs/; revision=1830
This commit is contained in:
Armijn Hemel 2004-12-01 18:56:22 +00:00
parent ff61b869e4
commit 98ce16d2ba

View File

@ -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 {} \;