update buildsystem

This commit is contained in:
Marc Wäckerlin
2016-09-29 16:37:10 +00:00
parent e411f4a63b
commit 9aa69d2a40
17 changed files with 950 additions and 126 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ cd ${oldpath}
# Step 4: if necessary, install qt_menu.nib
if test -n "${QTDIR}"; then
MENU_NIB=$(find ${QTDIR} -name .svn -prune -o -name qt_menu.nib -print \
MENU_NIB=$(find ${QTDIR} -name .svn -o -name .git -prune -o -name qt_menu.nib -print \
| head -1)
if test -e "${MENU_NIB}"; then
rsync -r "${MENU_NIB}" ${1}/Contents/Resources/
@@ -100,4 +100,4 @@ else
</dict>
</plist>
EOF
fi
fi