Commit fc9b07b0 authored by Lucas Carvalho's avatar Lucas Carvalho

This space should not exists. It leads an error on .spec.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34475 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 30a1f215
......@@ -49,7 +49,7 @@ rpm-appliance:
# set the correct release
if [ $(PACKAGE_RELEASE) != 'None' ]; then sed -i "s,release = 001,release = $(PACKAGE_RELEASE),g" rpmgen/buildout.cfg; fi
if [ $(PACKAGE_APPLICATION_RELEASE) != 'None' ]; then sed -i "/release \= 001/{x;/^$$/s//0/;y/012/123/;/2/{x;s/release = 001/release = $(PACKAGE_APPLICATION_RELEASE)/;x;};x;}" rpmgen/buildout.cfg; fi
if [ $(PACKAGE_SOFTWARE_RELEASE) != 'None' ]; then sed -i 's,release = 001, release = $(PACKAGE_SOFTWARE_RELEASE),1' rpmgen/buildout.cfg; fi
if [ $(PACKAGE_SOFTWARE_RELEASE) != 'None' ]; then sed -i 's,release = 001,release = $(PACKAGE_SOFTWARE_RELEASE),1' rpmgen/buildout.cfg; fi
# it must use version defined in the main buildout
sed -i "s,\$$(shell cat parts/checkout/VERSION.txt), `cat VERSION.txt`,g" rpmgen/Makefile
sudo helpers/mandriva2010.0.sh
......
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