mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
buildpackage.py: add salt.bash to SOURCES
This commit is contained in:
parent
969519b37e
commit
80f7c31d53
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ def build_centos(opts):
|
|||
for src in ('salt-master', 'salt-syndic', 'salt-minion', 'salt-api',
|
||||
'salt-master.service', 'salt-syndic.service',
|
||||
'salt-minion.service', 'salt-api.service',
|
||||
'README.fedora', 'logrotate.salt'):
|
||||
'README.fedora', 'logrotate.salt', 'salt.bash'):
|
||||
shutil.copy(os.path.join(rpm_sources_path, src), build_sources_path)
|
||||
|
||||
# Prepare SPEC file
|
||||
|
|
Loading…
Add table
Reference in a new issue