fixed build in docker

This commit is contained in:
Marc Wäckerlin
2016-11-11 13:38:03 +00:00
parent 593c1838f0
commit 4c67a69402
18 changed files with 1182 additions and 164 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