Commit 1c774197 authored by Kevin Deldycke's avatar Kevin Deldycke

Don't repeat the date two times.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5134 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c4adefb
......@@ -46,7 +46,7 @@ while test $# -gt 0; do
mv $CVS_PATH/$NAME-$VERSION/$NAME-$VERSION.tar.bz2 $CVS_PATH/
# Remove because this does not remove files
rm -f $RPM_PATH/SOURCES/$NAME-$VERSION.tar.bz2
cp $CVS_PATH/$NAME-$VERSION.tar.bz2 $RPM_PATH/SOURCES/$NAME-$VERSION.$CVSDATE.tar.bz2
cp $CVS_PATH/$NAME-$VERSION.tar.bz2 $RPM_PATH/SOURCES/$NAME-$VERSION.tar.bz2
TMP_SPEC="/tmp/$NAME-$VERSION-tmp.spec"
rm -f $TMP_SPEC
......
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