after migration to new svn server

This commit is contained in:
Marc Wäckerlin
2016-04-04 09:47:37 +00:00
parent 6304cf2dca
commit 60555c9e9d
3 changed files with 133 additions and 50 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