mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix --define directive for Cent5 builds
This commit is contained in:
parent
9849bf3dee
commit
3f19d518fb
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def build_centos(opts):
|
|||
build_reqs = ['rpm-build']
|
||||
if major_release == 5:
|
||||
python_bin = 'python26'
|
||||
define_opts.extend(['--define=', 'dist .el5'])
|
||||
define_opts.extend(['--define', 'dist .el5'])
|
||||
build_reqs.extend(['python26-devel'])
|
||||
elif major_release == 6:
|
||||
build_reqs.extend(['python-devel'])
|
||||
|
|
Loading…
Add table
Reference in a new issue