2004-11-04 12:20:54 +00:00
|
|
|
$extra2/bin/chmod u+w $out/include
|
|
|
|
(cd $out/include && $extra2/bin/ln -s $extra/include/* .) || exit 1
|
2004-12-01 14:42:38 +00:00
|
|
|
|
2004-12-01 15:39:39 +00:00
|
|
|
cd $out
|
2004-12-06 16:49:55 +00:00
|
|
|
$extra3/bin/find . -not -type l -exec chmod u+w {} \;
|
2004-12-01 18:56:22 +00:00
|
|
|
$extra3/bin/find . -exec $patchelf --interpreter $out/lib/ld-linux.so.2 --shrink-rpath {} \;
|
2004-12-06 16:49:55 +00:00
|
|
|
$extra3/bin/find . -not -type l -exec chmod u-w {} \;
|