Revert "Merge pull request #548 from Lanzaa/develop"

This reverts commit 8fdf7dbfbc, reversing
changes made to ad3f74c2c7.

Salt is back to platform independent now that msgpack is out. :-P
This commit is contained in:
Seth House 2012-01-21 21:39:39 -07:00
parent 0ea2baeb49
commit 4b14811779

View file

@ -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')