[pkg-eucalyptus-commits] r62 - eucalyptus/trunk/debian

Chris Grzegorczyk grze-guest at alioth.debian.org
Wed May 5 20:36:26 UTC 2010


Author: grze-guest
Date: 2010-05-05 20:36:26 +0000 (Wed, 05 May 2010)
New Revision: 62

Modified:
   eucalyptus/trunk/debian/rules
Log:
fix rules to remove WSDL2C

Modified: eucalyptus/trunk/debian/rules
===================================================================
--- eucalyptus/trunk/debian/rules	2010-05-05 20:32:58 UTC (rev 61)
+++ eucalyptus/trunk/debian/rules	2010-05-05 20:36:26 UTC (rev 62)
@@ -21,8 +21,8 @@
 setup-lib:
 	@sed -i 's/EUCALYPTUS_HOME//g' tools/client-policy-template.xml
 	@sed -i 's/AXIS2C_HOME\/lib/\/usr\/lib\/apache2\/modules/g' tools/httpd.conf
-	@sed -i 's/WSDL2C.*/WSDL2C= -c \/bin\/true/g' Makedefs
 	@sed -i 's/rm -rf generated//g' cluster/Makefile node/Makefile gatherlog/Makefile
+	@sed -i 's/.*WSDL2C.*//g' cluster/Makefile node/Makefile gatherlog/Makefile
 	mkdir -p clc/lib && for i in `cat debian/build-jars`; do if [ -e $$i ]; then ln -fsv $$i $(CURDIR)/clc/lib; fi; done
 	touch setup-lib
 




More information about the pkg-eucalyptus-commits mailing list