summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions3
1 files changed, 3 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 44e54dcb..e8900635 100755
--- a/checkVersions
+++ b/checkVersions
@@ -98,6 +98,9 @@ then
${me} "${args[@]}" $(echo */PKGBUILD | tr " " "\n" | sed "s|/PKGBUILD||") | tee -a "${tmpFile}"
err=$?
else
+ if ! mountpoint -q /mnt/archlinux32; then
+ mount /mnt/archlinux32
+ fi
${me} "${args[@]}" $(echo */PKGBUILD | tr " " "\n" | sed "s|/PKGBUILD||" | grep '32$') | tee -a "${tmpFile}"
err=$?
fi