removed python2.5 from rpm-install.sh script

This commit is contained in:
Pablo Hoffman 2009-06-16 13:14:40 -03:00
parent 584a844e71
commit 74f6bd3a4d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# This file becomes the install section of the generated spec file.
#
python2.5 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.