[Erp5-report] r34084 lucas - /erp5/trunk/buildout/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 25 04:28:37 CET 2010


Author: lucas
Date: Thu Mar 25 04:28:37 2010
New Revision: 34084

URL: http://svn.erp5.org?rev=34084&view=rev
Log:
Typo. And build only erp5 software before building the tiolive appliance.

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=34084&r1=34083&r2=34084&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Thu Mar 25 04:28:37 2010
@@ -46,11 +46,11 @@
 	sed -i "s,\$$(shell cat parts/checkout/VERSION.txt), `cat VERSION.txt`,g" rpmgen/Makefile
 	sudo helpers/mandriva2010.0.sh
 	# just make and wait...
-	cd rpmgen; make
+	cd rpmgen; make erp5-software
 	# now we have the erp5 software rpm and we need it installed to build tiolive application rpm
 	if test -d ~/rpmbuild/RPMS/x86_64; \
 	then find ~/rpmbuild/RPMS/x86_64/ -name  erp5-`cat VERSION.txt`*.rpm -print0 | xargs -0 sudo urpmi --auto ; \
 	else find ~/rpmbuild/RPMS/i586/ -name  erp5-`cat VERSION.txt`*.rpm -print0 | xargs -0 sudo urpmi --auto ; \
  	fi
 	# building tiolive appliance
-	sudo rpmbuild -bb rpmgen/spec/tiolive-application-buildout-mandriva2010.spec
+	sudo rpmbuild -bb rpmgen/specs/tiolive-application-buildout-mandriva2010.spec




More information about the Erp5-report mailing list