From 9311b4664c1ff90b37c1061b18c815aac3377c61 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Fri, 19 Nov 2010 13:52:49 +0000 Subject: [PATCH] fix edcast conf --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.39.5