PyFoam installation: make the shebang line portable for the PyFoam application scripts

This commit is contained in:
Martin Beaudoin 2012-04-21 15:49:09 -04:00
parent 1b85c8f92a
commit 6f69e55399
2 changed files with 4 additions and 4 deletions

View file

@ -88,8 +88,8 @@ Group: Development/Tools
%setup -q
%build
# Nothing to do
# true
# Make the shebang line portable
python setup.py build --executable "/usr/bin/env python"
%install
python setup.py install --prefix=$RPM_BUILD_ROOT/%{_installPrefix}

View file

@ -88,8 +88,8 @@ Group: Development/Tools
%setup -q
%build
# Nothing to do
# true
# Make the shebang line portable
python setup.py build --executable "/usr/bin/env python"
%install
python setup.py install --prefix=$RPM_BUILD_ROOT/%{_installPrefix}