build fixed

This commit is contained in:
Marc Wäckerlin
2016-09-30 21:55:48 +00:00
parent a42adb3158
commit f96d509403
17 changed files with 1217 additions and 146 deletions

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