From 4c3b16e36db9ea3cf47be208ccf10a3e490aa1ae Mon Sep 17 00:00:00 2001 From: pandora-release Date: Thu, 29 May 2014 11:35:41 +0000 Subject: [PATCH] Do not build the installjammer installer. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10038 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/win32/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_agents/win32/build.sh b/pandora_agents/win32/build.sh index 46f3182735..97bd923204 100755 --- a/pandora_agents/win32/build.sh +++ b/pandora_agents/win32/build.sh @@ -9,5 +9,6 @@ if [ "$DIST" == "SUSE" ]; then HOST="i686-w64-mingw32" fi -./autogen.sh && ./configure --host=$HOST && make clean && make && cp PandoraAgent.exe bin/ && installjammer --build installer/pandora.mpi +#./autogen.sh && ./configure --host=$HOST && make clean && make && cp PandoraAgent.exe bin/ && installjammer --build installer/pandora.mpi +./autogen.sh && ./configure --host=$HOST && make clean && make && cp PandoraAgent.exe bin/