wok diff ruby-dev/receipt @ rev 18833
Add megatools
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Mon Jan 18 22:16:51 2016 +0100 (2016-01-18) |
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 Mon Jan 18 22:16:51 2016 +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 }