From: yomguy Date: Fri, 19 Nov 2010 13:52:49 +0000 (+0000) Subject: fix edcast conf X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=df600025e23efd055196ad1c94d13694e7b16b87;p=telecaster-cgi.git fix edcast conf --- diff --git a/install.py b/install.py index 7d24f57..d5a35f7 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('make; sudo make install') +os.system('./configure; make; sudo make install') # installing deefuzzer os.chdir(app_dir + '/tools/deefuzzer')