wok rev 9007

Fixed xfce4-panel-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 12:09:15 2011 +0000 (2011-03-03)
parents 2e8f3eae1df8
children 1264814fa42b
files xfce4-panel-dev/receipt
line diff
     1.1 --- a/xfce4-panel-dev/receipt	Thu Mar 03 18:02:13 2011 +0100
     1.2 +++ b/xfce4-panel-dev/receipt	Thu Mar 03 12:09:15 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  }