summaryrefslogtreecommitdiff
path: root/src/server/gwt/Fridge-compile
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/gwt/Fridge-compile')
-rw-r--r--src/server/gwt/Fridge-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/gwt/Fridge-compile b/src/server/gwt/Fridge-compile
index 7e9af5d2c..89a7f5fb9 100644
--- a/src/server/gwt/Fridge-compile
+++ b/src/server/gwt/Fridge-compile
@@ -16,4 +16,4 @@ fi
LIBS=$APPDIR/lib/gwt-dnd-2.5.6.jar
-java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" se.chalmers.cs.gf.gwt.FridgeApp;
+java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www/fridge" "$@" se.chalmers.cs.gf.gwt.FridgeApp;