From: yomguy Date: Fri, 19 Nov 2010 13:50:44 +0000 (+0000) Subject: fix edcast conf X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=784ef76655cceb2d351e04872ca6fddadd1d106a;p=telecaster-cgi.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')