summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer
diff options
context:
space:
mode:
authorJonathan Bauer2013-06-04 14:46:24 +0200
committerJonathan Bauer2013-06-04 14:46:24 +0200
commit7ee1c573bf73c5f23e66a4502e20df5109596af9 (patch)
tree5422de5497126c31f4db3cddd8a708c08c566391 /remote/modules/vmplayer
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-7ee1c573bf73c5f23e66a4502e20df5109596af9.tar.gz
tm-scripts-7ee1c573bf73c5f23e66a4502e20df5109596af9.tar.xz
tm-scripts-7ee1c573bf73c5f23e66a4502e20df5109596af9.zip
Fix Simon's stupid bugs in vmplayer and policykit!
Diffstat (limited to 'remote/modules/vmplayer')
-rw-r--r--remote/modules/vmplayer/vmplayer.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build
index 1c9887ef..a4dd8a29 100644
--- a/remote/modules/vmplayer/vmplayer.build
+++ b/remote/modules/vmplayer/vmplayer.build
@@ -1,7 +1,7 @@
fetch_source() {
#mount vmware bundle directory
[ ! -d /mnt/store ] && mkdir -p /mnt/store
- if [ "x$(ls /mnt/store)" == "x" ]; then
+ if [ "x$(ls /mnt/store/vmware/*.bundle)" == "x" ]; then
mount -t nfs -o ro,async,nolock 132.230.8.113:/srv/vmext /mnt/store || perror "Could not mount vmware bundle directory. Exiting."
fi
ARCH="$(uname -m)"