[pkg-eucalyptus-commits] r227 - gwt/trunk/debian

Chris Halls halls at alioth.debian.org
Wed Jul 4 12:08:57 UTC 2012


Author: halls
Date: 2012-07-04 12:08:57 +0000 (Wed, 04 Jul 2012)
New Revision: 227

Modified:
   gwt/trunk/debian/rules
Log:
Fix ant-gwt build to use GWT_EXTTOOLS

This was using the hardcoded directory ../tools if GWT_TOOLS was unset

Modified: gwt/trunk/debian/rules
===================================================================
--- gwt/trunk/debian/rules	2012-07-04 12:08:52 UTC (rev 226)
+++ gwt/trunk/debian/rules	2012-07-04 12:08:57 UTC (rev 227)
@@ -47,7 +47,7 @@
 		echo " svn checkout http://google-web-toolkit.googlecode.com/svn/tools" ;\
 		exit 1 ;\
 	fi
-	cd build-tools/ant-gwt && ant
+	cd build-tools/ant-gwt && GWT_TOOLS="$$GWT_EXTTOOLS" ant
 
 unittests-dev : unittests-check
 	@echo Development unit tests




More information about the pkg-eucalyptus-commits mailing list