wok diff hunspell/receipt @ rev 22176

linld: spare up to 30k more for zImage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 08 20:55:40 2019 +0100 (2019-11-08)
parents c11b812cd39a
children 47098345fc68
line diff
     1.1 --- a/hunspell/receipt	Thu Apr 16 13:27:06 2015 +0200
     1.2 +++ b/hunspell/receipt	Fri Nov 08 20:55:40 2019 +0100
     1.3 @@ -24,6 +24,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $install/usr/lib/*.so $fs/usr/lib
     1.8 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10  }