From 74f6bd3a4d13ded1d5fccda549d43b62f67a3d3e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 16 Jun 2009 13:14:40 -0300 Subject: [PATCH] removed python2.5 from rpm-install.sh script --- scripts/rpm-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rpm-install.sh b/scripts/rpm-install.sh index 467aafaad..645dd00b2 100644 --- a/scripts/rpm-install.sh +++ b/scripts/rpm-install.sh @@ -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.