# HG changeset patch # User Christopher Rogers # Date 1299154155 0 # Node ID 677d8254b55c4518605746cdcb46859b68a4c491 # Parent 2e8f3eae1df87c135b95433bd7284b813d1ee666 Fixed xfce4-panel-dev. diff -r 2e8f3eae1df8 -r 677d8254b55c xfce4-panel-dev/receipt --- a/xfce4-panel-dev/receipt Thu Mar 03 18:02:13 2011 +0100 +++ b/xfce4-panel-dev/receipt Thu Mar 03 12:09:15 2011 +0000 @@ -12,10 +12,10 @@ genpkg_rules() { mkdir -p $fs/usr/share/xfce4 \ - $fs/usr/lib/xfce4/panel-plugins + $fs/usr/lib/xfce4/panel/plugins cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins + cp -a $_pkg/usr/lib/xfce4/panel/plugins/*.*a $fs/usr/lib/xfce4/panel/plugins }