Improved packaging script
This commit is contained in:
parent
0dd6adfce3
commit
84db60cb1e
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ TEMPDIRDEREFERENCE="/tmp/baikal-flat-`date +%Y-%m-%d-%H-%M-%S`"
|
||||||
|
|
||||||
# Export Project
|
# Export Project
|
||||||
mkdir $TEMPDIR
|
mkdir $TEMPDIR
|
||||||
cd $SRCDIR
|
|
||||||
|
BASEDIR="`dirname $0`"
|
||||||
|
PATH_this="`cd $BASEDIR && cd $SRCDIR && pwd`/"
|
||||||
git archive $BRANCH | tar -x -C $TEMPDIR
|
git archive $BRANCH | tar -x -C $TEMPDIR
|
||||||
|
|
||||||
# Dereferencig symlinks
|
# Dereferencig symlinks
|
||||||
|
|
Loading…
Reference in a new issue