From: yomguy <> Date: Fri, 19 Nov 2010 13:50:44 +0000 (+0000) Subject: fix edcast conf X-Git-Tag: 1.0~135 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=32e16439a67ad7df8e07b4e571c2afe6fd8a62c6;p=telecaster-server.git fix edcast conf --- diff --git a/install.py b/install.py index 086933c..14972c1 100644 --- a/install.py +++ b/install.py @@ -58,7 +58,7 @@ if not os.path.exists(home): # compiling edcast-jack os.chdir(app_dir + '/tools/edcast-jack') -os.system('./configure; make; sudo make install') +os.system('make; sudo make install') # installing deefuzzer os.chdir(app_dir + '/tools/deefuzzer')