[tor-commits] [arm/master] fix: missing menu source from installs
atagar at torproject.org
atagar at torproject.org
Thu Jun 30 03:32:10 UTC 2011
commit fe34ca335acc492e06952aad9b8cf924c40cef4b
Author: Damian Johnson <atagar at torproject.org>
Date: Wed Jun 29 19:27:01 2011 -0700
fix: missing menu source from installs
Forgot to add the menu to setup.py, causing arm to crash due to missing the
resources.
---
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 47b9af8..1eec903 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ if "install" in sys.argv:
# When installing we include a bundled copy of TorCtl. However, when creating
# a deb we have a dependency on the python-torctl package instead:
# http://packages.debian.org/unstable/main/python-torctl
-installPackages = ['arm', 'arm.cli', 'arm.cli.graphing', 'arm.cli.connections', 'arm.util']
+installPackages = ['arm', 'arm.cli', 'arm.cli.graphing', 'arm.cli.connections', 'arm.cli.menu', 'arm.util']
if not isDebInstall: installPackages.append('arm.TorCtl')
setup(name='arm',
More information about the tor-commits
mailing list