wok diff sc-im/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
parents | 362c1f0b5004 |
children | eaad6c4ccbaa |
line diff
1.1 --- a/sc-im/receipt Sat Jun 04 10:10:15 2016 +0200 1.2 +++ b/sc-im/receipt Sat Oct 15 18:21:21 2016 +0200 1.3 @@ -23,7 +23,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr 1.8 + mkdir -p $fs/usr/share 1.9 cp -a $install/usr/bin $fs/usr 1.10 - cp -a $install/usr/share $fs/usr 1.11 + cp -a $install/usr/share/scim $fs/usr/share 1.12 }