Author: aaugustin
Date: 2012-01-02 12:09:58 -0800 (Mon, 02 Jan 2012)
New Revision: 17331

Modified:
   django/trunk/scripts/rpm-install.sh
Log:
Fixed #11184 -- Made it possible to build RPMs with a non-default python 
executable.


Modified: django/trunk/scripts/rpm-install.sh
===================================================================
--- django/trunk/scripts/rpm-install.sh 2012-01-02 19:20:47 UTC (rev 17330)
+++ django/trunk/scripts/rpm-install.sh 2012-01-02 20:09:58 UTC (rev 17331)
@@ -4,7 +4,7 @@
 #
 
 # This is what dist.py normally does.
-python setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"
+%{__python} setup.py install --root=${RPM_BUILD_ROOT} 
--record="INSTALLED_FILES"
 
 # Sort the filelist so that directories appear before files. This avoids
 # duplicate filename problems on some systems.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to