fixed problem of trying to create tarballs with full path added into
the base directory
This commit is contained in:
parent
75ce8b989d
commit
fadd7ec9be
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue