wok-next diff expat/receipt @ rev 17987
slitaz-base-files: up (267), fix HTTP POST form bug.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Apr 22 11:58:12 2015 +0300 (2015-04-22) |
parents | a75552e134a3 |
children | c9e270dd464f |
line diff
1.1 --- a/expat/receipt Thu Feb 12 19:30:27 2015 +0000 1.2 +++ b/expat/receipt Wed Apr 22 11:58:12 2015 +0300 1.3 @@ -27,5 +27,5 @@ 1.4 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.5 # expat so.0 symbolic link. 1.6 cd $fs/usr/lib 1.7 - ln -s libexpat.so.1.5.2 libexpat.so.0 1.8 + ln -s libexpat.so.1.*.* libexpat.so.0 1.9 }