wok diff vte-terminal/receipt @ rev 13497
Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Oct 13 10:49:28 2012 +0200 (2012-10-13) |
parents | e1b829109f49 |
children | 380ffe05937a |
line diff
1.1 --- a/vte-terminal/receipt Sat May 21 01:46:35 2011 +0000 1.2 +++ b/vte-terminal/receipt Sat Oct 13 10:49:28 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vte-terminal" 1.7 -VERSION="0.28.0" 1.8 +VERSION="0.28.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="X Terminal from the vte package." 1.11 WANTED="vte" 1.12 @@ -13,10 +13,6 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/share/locale 1.17 + mkdir -p $fs/usr 1.18 cp -a $_pkg/usr/bin $fs/usr 1.19 - for i in $LOCALE 1.20 - do 1.21 - cp -a $_pkg/usr/share/locale/$i $fs/usr/share/locale 1.22 - done 1.23 }