From ffe46fceed72a7d81e39de0b2b13932be884389b Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 14 May 2009 17:42:54 +0000 Subject: [PATCH] Remove "snap" for dep tarball name git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3386 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index be5f5e229..91c4c191b 100755 --- a/builddep.sh +++ b/builddep.sh @@ -38,7 +38,7 @@ chmod -R g+w * # Build the tarball VER=`cat $XCATCOREDIR/Version` -DFNAME=xcat-dep-$VER-snap`date +%Y%m%d%H%M`.tar.bz2 +DFNAME=xcat-dep-$VER-`date +%Y%m%d%H%M`.tar.bz2 cd .. tar jcvf $DFNAME xcat-dep cd xcat-dep