wok-6.x diff xfce4-panel-dev/receipt @ rev 9277
Fixed freedom path for wads.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 15 21:03:13 2011 +0000 (2011-03-15) |
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 Tue Mar 15 21:03:13 2011 +0000 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 }