2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:28:23 +00:00

More fixes for laptop

This commit is contained in:
Philip Sargent (laptop)
2023-05-02 15:28:28 +03:00
parent 8e982bd6be
commit 175307773b
5 changed files with 11 additions and 12 deletions

View File

@@ -72,17 +72,18 @@ ln -s ${TROGDIR} troggle
ln -s ${TROGDIR}/../expoweb expoweb
ln -s ${TROGDIR}/../loser loser
ln -s ${TROGDIR}/../drawings drawings
#ln -s ${TROGDIR}/../expofiles expofiles
# fudge for philip's machine
if [ ! -d /mnt/d/EXPO ]; then
sudo mkdir /mnt/d
sudo mount -t drvfs D: /mnt/d
fi
if [ -d ${TROGDIR}/../expofiles ]; then
ln -s ${TROGDIR}/../expofiles expofiles
else
if [ ! -d /mnt/d/expofiles ]; then
sudo mkdir /mnt/d
sudo mount -t drvfs D: /mnt/d
else
ln -s /mnt/d/expofiles expofiles
fi
ln -s /mnt/d/EXPO/expofiles expofiles
fi
echo "### Setting file permissions.. may take a while.."