diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:48:07 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:48:07 -0300 |
commit | 205126c7ad14116847d6a4bb8f50f2ae3b0c4558 (patch) | |
tree | 315854b181fb126282f644485c1d0e844ccbda5f /setup.py | |
parent | 37e99543c3eff96b2011da16243ed17aa62b8281 (diff) |
Place mx.tac in /usr/local/bin/
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,6 +55,6 @@ setup( #test_suite='leap.mx.tests', install_requires=parse_requirements(), classifiers=trove_classifiers, - data_files = [("/etc/leap/", ["mx.tac"]), + data_files = [("/usr/local/bin/", ["mx.tac"]), ("/etc/init.d/", ["pkg/leap_mx"])] ) |