wok diff hunspell/receipt @ rev 21969

updated sshpass (1.05 -> 1.06)
author Hans-G?nter Theisgen
date Fri Oct 11 13:11:00 2019 +0100 (2019-10-11)
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 Oct 11 13:11:00 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  }