fixed problem of trying to create tarballs with full path added into

the base directory
This commit is contained in:
maroy 2005-05-17 15:05:32 +00:00
parent 75ce8b989d
commit fadd7ec9be

View file

@ -22,7 +22,7 @@
# #
# #
# Author : $Author: maroy $ # Author : $Author: maroy $
# Version : $Revision: 1.9 $ # Version : $Revision: 1.10 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/dist.sh,v $ # 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 # Create the tarball
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
cd $tmpdir cd $tmpdir
tar cfj $basedir/$tarball livesupport-$version tar cfj $tarball livesupport-$version
cd $basedir cd $basedir
@ -301,7 +301,7 @@ rm -rf `find $ls_tmpdir -name CVS -type d`
# Create the libraries tarball # Create the libraries tarball
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
cd $tmpdir cd $tmpdir
tar cfj $basedir/$tarball_libs livesupport-$version tar cfj $tarball_libs livesupport-$version
cd $basedir cd $basedir