From 1c774197eb17e943beb9a687c35a8e4bb6f1dac4 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Mon, 16 Jan 2006 17:09:38 +0000 Subject: [PATCH] Don't repeat the date two times. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5134 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/spec/build-spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/spec/build-spec b/product/ERP5/spec/build-spec index d659eaa085..31c10ab5b7 100755 --- a/product/ERP5/spec/build-spec +++ b/product/ERP5/spec/build-spec @@ -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 -- 2.30.9