Skip to content
Snippets Groups Projects
Commit 6c0d83de authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 08/03/2024:profile_mesonh.ihm, Try to get SRC_MESONH automatically

parent 4d18cca1
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,9 @@ fi
# SRC_MESONH : default path to mesonh sources
# MUST BE SET TO YOUR OWN MESONH PATH
#
export SRC_MESONH="${LOCAL}"
# Try to get SRC_MESONH automatically
BASE="\$( cd -- "\$(dirname "\${BASH_SOURCE[0]}")" >/dev/null 2>&1 ; pwd -P )"
export SRC_MESONH="\${BASE/conf}"
#
# Version MESONH PACKAGE :: PACK-${VERSION_XYZ} : ${VERSION_DATE}
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment