wok diff expat-dev/receipt @ rev 19766

mysql, mariadb: fix pre_install status (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:35:09 2017 +0100 (2017-02-20)
parents a75552e134a3
children fc9203de5ff2
line diff
     1.1 --- a/expat-dev/receipt	Thu Feb 12 19:30:27 2015 +0000
     1.2 +++ b/expat-dev/receipt	Mon Feb 20 09:35:09 2017 +0100
     1.3 @@ -17,5 +17,6 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib
     1.6  	cp -a $install/usr/lib/*.*a $fs/usr/lib
     1.7 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
     1.8  	cp -a $install/usr/include $fs/usr
     1.9  }