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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 10 23:35:38 CEST 2010


Author: lucas
Date: Mon May 10 23:35:37 2010
New Revision: 35152

URL: http://svn.erp5.org?rev=35152&view=rev
Log:
Removed quotes, because it does not work on OpenSUSE.

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=35152&r1=35151&r2=35152&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Mon May 10 23:35:37 2010
@@ -4,10 +4,10 @@
 PACKAGE_VERSION=`cat VERSION.txt`
 endif
 ifndef $(PACKAGE_SOFTWARE_RELEASE)
-PACKAGE_SOFTWARE_RELEASE="001"
+PACKAGE_SOFTWARE_RELEASE=001
 endif
 ifndef $(PACKAGE_APPLICATION_RELEASE)
-PACKAGE_APPLICATION_RELEASE="001"
+PACKAGE_APPLICATION_RELEASE=001
 endif
 
 software: bin/buildout




More information about the Erp5-report mailing list