PyFoam installation: make the shebang line portable for the PyFoam application scripts
This commit is contained in:
parent
1b85c8f92a
commit
6f69e55399
2 changed files with 4 additions and 4 deletions
4
ThirdParty/rpmBuild/SPECS/PyFoam-0.5.6.spec
vendored
4
ThirdParty/rpmBuild/SPECS/PyFoam-0.5.6.spec
vendored
|
@ -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}
|
||||
|
|
4
ThirdParty/rpmBuild/SPECS/PyFoam-0.5.7.spec
vendored
4
ThirdParty/rpmBuild/SPECS/PyFoam-0.5.7.spec
vendored
|
@ -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}
|
||||
|
|
Reference in a new issue