rpms/justmoon/EL-6 justmoon.spec,1.5,1.6

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jul 8 22:39:27 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/justmoon/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6262/EL-6

Modified Files:
	justmoon.spec 
Log Message:
Fix a typo


Index: justmoon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/justmoon/EL-6/justmoon.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- justmoon.spec	8 Jul 2010 22:35:51 -0000	1.5
+++ justmoon.spec	8 Jul 2010 22:39:26 -0000	1.6
@@ -81,7 +81,9 @@ make %{?_smp_mflags}                    
 %install
 rm -rf $RPM_BUILD_ROOT
 make installdata INSTALLDIR=$RPM_BUILD_ROOT/%{_datadir}/%{name}
+%if %with gtk
 make -C gmoon install INSTALLPREFIX=$RPM_BUILD_ROOT/%{_prefix}
+%endif
 install -p -m 0755 qmoon/qmoon $RPM_BUILD_ROOT/%{_bindir}
 %if %with gtk
 desktop-file-install --vendor="fedora"                          \



More information about the scm-commits mailing list