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

Chris Grzegorczyk grze-guest at alioth.debian.org
Wed May 5 22:14:15 UTC 2010


Author: grze-guest
Date: 2010-05-05 22:14:15 +0000 (Wed, 05 May 2010)
New Revision: 66

Modified:
   eucalyptus/trunk/debian/rules
Log:
sorry for the spam; really fix rules to remove WSDL2C

Modified: eucalyptus/trunk/debian/rules
===================================================================
--- eucalyptus/trunk/debian/rules	2010-05-05 22:09:38 UTC (rev 65)
+++ eucalyptus/trunk/debian/rules	2010-05-05 22:14:15 UTC (rev 66)
@@ -22,7 +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.*.patch;/\t/g' cluster/Makefile node/Makefile gatherlog/Makefile
+	@sed -i 's/patch -p1.*.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