updated build system

This commit is contained in:
Marc Wäckerlin
2018-04-04 20:23:08 +00:00
parent 3303d069b4
commit 744b6018c5
11 changed files with 1167 additions and 295 deletions

View File

@@ -38,6 +38,7 @@ executablefile=$(ls -1 ${1}/Contents/MacOS/ | head -1)
! test -d ${3}/share || rmdir ${3}/share
! test -d ${3} || \
find ${3} -mindepth 1 -maxdepth 1 -exec mv {} ${1}/Contents/Resources/ \;
! test -d ${3}/include || rm -r ${3}/include
! test -d ${3} || rmdir ${3}
! test -d ${1}/tmp || rm -r ${1}/tmp