wok-stable diff emotion/receipt @ rev 9453
Fix category in ratmenu.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Apr 02 15:03:57 2011 +0000 (2011-04-02) |
parents | bdee814cdcb4 |
children | 2325c41c9264 |
line diff
1.1 --- a/emotion/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/emotion/receipt Sat Apr 02 15:03:57 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="emotion" 1.7 -VERSION="42672" 1.8 +VERSION="55225" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="E17 emotion libs." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -29,9 +29,11 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib/emotion 1.17 + mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 1.18 cp -a $_pkg/usr/share $fs/usr 1.19 cp -a $_pkg/usr/bin $fs/usr 1.20 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.21 cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion 1.22 + cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \ 1.23 + $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 1.24 }