SPECS: luma.spec - added #! before python interpreter invocation i...

twittner twittner at pld-linux.org
Wed Aug 17 19:12:29 CEST 2005


Author: twittner                     Date: Wed Aug 17 17:12:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added #! before python interpreter invocation in /usr/bin/luma (pointed
  out by saq)

---- Files affected:
SPECS:
   luma.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/luma.spec
diff -u SPECS/luma.spec:1.2 SPECS/luma.spec:1.3
--- SPECS/luma.spec:1.2	Wed Aug 17 18:30:17 2005
+++ SPECS/luma.spec	Wed Aug 17 19:12:22 2005
@@ -35,7 +35,7 @@
 	--prefix=$RPM_BUILD_ROOT%{_prefix}
 
 rm -f $RPM_BUILD_ROOT%{_bindir}/luma
-echo "%{__python} %{_libdir}/%{name}/luma.pyc" > $RPM_BUILD_ROOT%{_bindir}/luma
+echo -e "#!%{__python} %{_libdir}/%{name}/luma.py" > $RPM_BUILD_ROOT%{_bindir}/luma
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install $RPM_BUILD_ROOT%{_datadir}/%{name}/icons/luma-48.png $RPM_BUILD_ROOT%{_pixmapsdir}/luma.png
 
@@ -61,6 +61,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/08/17 17:12:22  twittner
+- added #! before python interpreter invocation in /usr/bin/luma (pointed
+  out by saq)
+
 Revision 1.2  2005/08/17 16:30:17  saq
 - sf&python standardization, simplified
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/luma.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list