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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 3 23:29:29 CET 2010


Author: lucas
Date: Wed Mar  3 23:29:29 2010
New Revision: 33342

URL: http://svn.erp5.org?rev=33342&view=rev
Log:
Typo.

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=33342&r1=33341&r2=33342&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Wed Mar  3 23:29:29 2010
@@ -19,7 +19,7 @@
 	sed -i "s,__VERSION__,$(PACKAGE_VERSION),g" debian-erp5-appliance/DEBIAN/control
 	sed -i "s,__VERSION__,`cat VERSION.txt`,g" debian-erp5-appliance/DEBIAN/prerm
 	svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout $(SOFTWARE_BUILD_PATH)
-	cd $(SOFTWARE_BUILD_PATH); #$(MAKE) $(MFLAGS)
+	cd $(SOFTWARE_BUILD_PATH); $(MAKE) $(MFLAGS)
 	mkdir -p debian-erp5-appliance/$(PACKAGE_INSTALL_PATH)
 	mv $(SOFTWARE_BUILD_PATH)/* debian-erp5-appliance/$(PACKAGE_INSTALL_PATH)
 	rm -rf debian-erp5-appliance/*.txt




More information about the Erp5-report mailing list