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

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


Author: grze-guest
Date: 2010-05-05 20:46:43 +0000 (Wed, 05 May 2010)
New Revision: 63

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

Modified: eucalyptus/trunk/debian/rules
===================================================================
--- eucalyptus/trunk/debian/rules	2010-05-05 20:36:26 UTC (rev 62)
+++ eucalyptus/trunk/debian/rules	2010-05-05 20:46:43 UTC (rev 63)
@@ -22,6 +22,7 @@
 	@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/rm -rf generated//g' cluster/Makefile node/Makefile gatherlog/Makefile
+	@sed -i 's/.*cd generated; patch.*//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