Skip to content

Commit

Permalink
Fixed django#11184 -- Made it possible to build RPMs with a non-defau…
Browse files Browse the repository at this point in the history
…lt python executable.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
aaugustin committed Jan 2, 2012
1 parent ef5c873 commit b895b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rpm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b895b29

Please sign in to comment.