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
This commit is contained in:
bp-sawyers 2009-05-14 17:42:54 +00:00
parent 1151aa20e4
commit ffe46fceed

View File

@ -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