Do not build the installjammer installer.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10038 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a04ba69ffe
commit
4c3b16e36d
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue