mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Developing lpbuild
git-svn-id: svn://ultimatepp.org/upp/trunk@2132 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c1ae10ef6d
commit
ad4f3a9bbc
1 changed files with 4 additions and 3 deletions
|
|
@ -44,6 +44,10 @@ scriptpath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")" #not from my he
|
|||
scriptdir=`dirname "$scriptpath"`
|
||||
subfolders=( uppsrc examples tutorial reference bazaar )
|
||||
|
||||
# clean up temporary files
|
||||
echo "Cleaning up previous run..."
|
||||
rm -rf $tmpdir
|
||||
|
||||
# create dir for sources
|
||||
mkdir $tmp
|
||||
|
||||
|
|
@ -150,7 +154,4 @@ EOF
|
|||
mv $tmpdir/version.h.backup $tmp/uppsrc/ide/version.h
|
||||
done
|
||||
|
||||
# clean up temporary files
|
||||
echo "Cleaning up ..."
|
||||
rm -rf $tmpdir
|
||||
echo "FINISHED!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue