From fadd7ec9bed0147f2366f619164006b0e2fe8841 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 17 May 2005 15:05:32 +0000 Subject: [PATCH] fixed problem of trying to create tarballs with full path added into the base directory --- livesupport/bin/dist.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/bin/dist.sh b/livesupport/bin/dist.sh index d480f81be..47067f8fe 100755 --- a/livesupport/bin/dist.sh +++ b/livesupport/bin/dist.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.9 $ +# Version : $Revision: 1.10 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/dist.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -225,7 +225,7 @@ rm -rf `find $ls_tmpdir -name CVS -type d` # Create the tarball #------------------------------------------------------------------------------- cd $tmpdir -tar cfj $basedir/$tarball livesupport-$version +tar cfj $tarball livesupport-$version cd $basedir @@ -301,7 +301,7 @@ rm -rf `find $ls_tmpdir -name CVS -type d` # Create the libraries tarball #------------------------------------------------------------------------------- cd $tmpdir -tar cfj $basedir/$tarball_libs livesupport-$version +tar cfj $tarball_libs livesupport-$version cd $basedir