Commit 66ed9100 authored by Lucas Carvalho's avatar Lucas Carvalho

Removed quotes, because it does not work on OpenSUSE.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35152 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8b8552b5
......@@ -4,10 +4,10 @@ ifndef $(PACKAGE_VERSION)
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment