wok-stable diff evas/receipt @ rev 3978
Update: firefox-dev (update version in pkg-config firefox-*.pc files)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 27 10:38:14 2009 +0000 (2009-08-27) |
parents | f06cae48d68d |
children | 2c110965aa8b |
line diff
1.1 --- a/evas/receipt Sat May 09 09:45:14 2009 +0200 1.2 +++ b/evas/receipt Thu Aug 27 10:38:14 2009 +0000 1.3 @@ -32,5 +32,13 @@ 1.4 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.5 cp -a $_pkg/usr/lib/evas $fs/usr/lib 1.6 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a 1.7 + for i in $fs/usr/lib/*.so ; do 1.8 + [ -L $i ] || continue 1.9 + [ -e $i.0 ] && continue 1.10 + target=$(readlink $i) 1.11 + case "$target" in 1.12 + *.so.0.*) ln -s $target $i.0;; 1.13 + esac 1.14 + done 1.15 } 1.16