aboutsummaryrefslogtreecommitdiff
blob: 7b8ba036862ce6f61326bcaf9c3e924bfe2e03cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: python/a_rapper_gui.py
===================================================================
--- python/a_rapper_gui.py	(revision 2425)
+++ python/a_rapper_gui.py	(working copy)
@@ -20,8 +20,8 @@
     home_dir = os.getenv('COOT_HOME')
 else:
     home_dir = os.getenv('HOME')
-rapper_dir = os.path.join(os.path.normpath(home_dir), "rappermc")
-rapper_command = "rapper"
+rapper_dir = "/usr/share/rapper"
+rapper_command = "rappermc"
 
 def rapper_process():
     #needed?