]> git.pld-linux.org Git - packages/Xnee.git/commitdiff
- fixed -gnome build
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Jul 2007 20:26:18 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xnee.spec -> 1.9

Xnee.spec

index c4975ba3d0791a3aaf845fa7f1607ca2b90af8a4..22c1dfc2dd998bb235748f815b8f423655acb640 100644 (file)
--- a/Xnee.spec
+++ b/Xnee.spec
@@ -98,7 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       CNEE_INFO="cnee.info"
+       CNEE_INFO="cnee.info" \
+       PANEL_APPLET_DIR=$RPM_BUILD_ROOT%{_bindir} \
+       PANEL_SERVER_DIR=$RPM_BUILD_ROOT%{_libdir}/bonobo/servers
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -132,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with gnome}
 %files gnome
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/gnome-panel/pnee
+%attr(755,root,root) %{_bindir}/pnee
 %{_libdir}/bonobo/servers/pnee.server
 %{_datadir}/xnee/pixmaps/pnee-*.png
 %{_mandir}/man1/pnee.1*
This page took 0.060572 seconds and 4 git commands to generate.