From 32e16439a67ad7df8e07b4e571c2afe6fd8a62c6 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Fri, 19 Nov 2010 13:50:44 +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 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') -- 2.39.5