SPECS: cmakehelp.spec - use exec

glen glen at pld-linux.org
Tue Sep 18 06:59:02 CEST 2007


Author: glen                         Date: Tue Sep 18 04:59:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use exec

---- Files affected:
SPECS:
   cmakehelp.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/cmakehelp.spec
diff -u SPECS/cmakehelp.spec:1.1 SPECS/cmakehelp.spec:1.2
--- SPECS/cmakehelp.spec:1.1	Tue Sep 18 00:48:31 2007
+++ SPECS/cmakehelp.spec	Tue Sep 18 06:58:57 2007
@@ -28,9 +28,9 @@
 
 cp *.py* *.ui $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-cat > $RPM_BUILD_ROOT%{_bindir}/cmakehelp << EOF
+cat > $RPM_BUILD_ROOT%{_bindir}/cmakehelp << 'EOF'
 cd %{_datadir}/%{name}
-python main.py
+exec %{__python} main.py
 EOF
 
 %clean
@@ -47,6 +47,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/09/18 04:58:57  glen
+- use exec
+
 Revision 1.1  2007/09/17 22:48:31  adamg
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cmakehelp.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list