wok-6.x diff expat/receipt @ rev 17939

partimage: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 15 09:53:08 2015 +0200 (2015-04-15)
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 15 09:53:08 2015 +0200
     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  }