mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix linux build script for build always in the same directory
This commit is contained in:
parent
1a9ae1f0d8
commit
025d3ec577
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,6 +18,7 @@
|
||||
*.AppImage
|
||||
.DS_Store
|
||||
distrib*
|
||||
src/install/*
|
||||
install/macos/resources/meshlab_dmg_final.json
|
||||
install/windows/resources/meshlab_final.nsi
|
||||
install/windows/resources/MeshLab*.exe
|
||||
|
||||
@ -45,12 +45,12 @@ then
|
||||
mkdir -p $INSTALL_PATH
|
||||
fi
|
||||
|
||||
BUILD_PATH=$(realpath $BUILD_PATH)
|
||||
INSTALL_PATH=$(realpath $INSTALL_PATH)
|
||||
|
||||
#move to script directory
|
||||
cd "$(dirname "$(realpath "$0")")";
|
||||
|
||||
BUILD_PATH=$(realpath $BUILD_PATH)
|
||||
INSTALL_PATH=$(realpath $INSTALL_PATH)
|
||||
|
||||
#source path wrt script path
|
||||
SOURCE_PATH=$PWD/../../src
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user