diff options
author | Sven Gothel <[email protected]> | 2023-02-01 18:06:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-02-01 18:06:20 +0100 |
commit | 862fc8f7dd685c996d12ffc0f6a9b00ded46497a (patch) | |
tree | 39c203a8ca394427af239fcbeb60eec9cb81aa62 | |
parent | ab8addec293a1a5864dd9ff5986d12cdac709b62 (diff) |
maven/make-all-jogamp.sh: Act from current maven sub-dir, drop cd into project dir and git-pull etc
-rwxr-xr-x | maven/make-all-jogamp.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/maven/make-all-jogamp.sh b/maven/make-all-jogamp.sh index 0bf8dcd..1e26140 100755 --- a/maven/make-all-jogamp.sh +++ b/maven/make-all-jogamp.sh @@ -25,14 +25,9 @@ function maven_it() { echo "Using version ${version}" echo "Using logfile ${logfile}" - cd - cd jogamp-scripting - git pull - cd maven - + rm -rf input mkdir -p input cd input - rm -rf * ln -s $archive . 7z x jogamp-all-platforms.7z cd .. |