update of build system

This commit is contained in:
Marc Wäckerlin
2017-12-21 15:13:20 +00:00
parent 57865a06b6
commit 6c4275aca0
5 changed files with 2708 additions and 4 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