mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert "Merge pull request #548 from Lanzaa/develop"
This reverts commit8fdf7dbfbc
, reversing changes made toad3f74c2c7
. Salt is back to platform independent now that msgpack is out. :-P
This commit is contained in:
parent
0ea2baeb49
commit
4b14811779
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ NAME = 'salt'
|
|||
VER = __version__
|
||||
DESC = ('Portable, distributed, remote execution and '
|
||||
'configuration management system')
|
||||
mod_path = os.path.join(get_python_lib(1), 'salt/modules')
|
||||
mod_path = os.path.join(get_python_lib(), 'salt/modules')
|
||||
doc_path = os.path.join(PREFIX, 'share/doc', NAME + '-' + VER)
|
||||
example_path = os.path.join(doc_path, 'examples')
|
||||
template_path = os.path.join(example_path, 'templates')
|
||||
|
|
Loading…
Add table
Reference in a new issue