wok diff libjson-dev/receipt @ rev 20121
Remove 3 largest in /usr/share/pixmaps on fs,iso.
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 15 01:02:51 2017 +0200 (2017-10-15) |
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 Sun Oct 15 01:02:51 2017 +0200 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 }