wok diff libjson-dev/receipt @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | 8d96e9390bb1 |
children | 86790a278e70 |
line diff
1.1 --- a/libjson-dev/receipt Wed Jul 02 21:08:49 2014 +0200 1.2 +++ b/libjson-dev/receipt Thu May 26 20:16:45 2016 +0300 1.3 @@ -15,5 +15,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/include $fs/usr/ 1.9 + cp -a $install/usr/lib/*a $fs/usr/lib/ 1.10 }