wok diff ruby-dev/receipt @ rev 20595

xfi, xfw, cryptkeeper: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 10:41:06 2018 +0100 (2018-12-16)
parents fa43369c61c4
children 2e5dbc4cc282
line diff
     1.1 --- a/ruby-dev/receipt	Sun Mar 30 19:39:55 2014 +0200
     1.2 +++ b/ruby-dev/receipt	Sun Dec 16 10:41:06 2018 +0100
     1.3 @@ -18,4 +18,6 @@
     1.4  	mkdir -p $fs/usr/lib/
     1.5  	cp -a $install/usr/lib/*.a $fs/usr/lib
     1.6  	cp -a $install/usr/include $fs/usr
     1.7 +	cp -a $install/usr/lib/ruby $fs/usr/lib
     1.8 +	cp -a $install/usr/lib/libruby.so* $fs/usr/lib
     1.9  }