wok-next diff xfce4-panel-dev/receipt @ rev 9500
Move isolnux splash to slitaz-configs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 06 03:48:59 2011 +0200 (2011-04-06) |
parents | e2730f1e9d67 |
children | 530776ca7237 |
line diff
1.1 --- a/xfce4-panel-dev/receipt Sun Feb 27 17:34:12 2011 +0000 1.2 +++ b/xfce4-panel-dev/receipt Wed Apr 06 03:48:59 2011 +0200 1.3 @@ -12,10 +12,10 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/share/xfce4 \ 1.7 - $fs/usr/lib/xfce4/panel-plugins 1.8 + $fs/usr/lib/xfce4/panel/plugins 1.9 1.10 cp -a $_pkg/usr/include $fs/usr 1.11 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.12 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.13 - cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins 1.14 + cp -a $_pkg/usr/lib/xfce4/panel/plugins/*.*a $fs/usr/lib/xfce4/panel/plugins 1.15 }