wok diff expat-dev/receipt @ rev 18820

syslinux/iso2exe.sh: -f should keep flavor info
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 16 10:28:02 2016 +0100 (2016-01-16)
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	Sat Jan 16 10:28:02 2016 +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  }