summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer/vmplayer.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/vmplayer/vmplayer.build')
-rw-r--r--remote/modules/vmplayer/vmplayer.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build
index eb6fc8e5..4053e5c1 100644
--- a/remote/modules/vmplayer/vmplayer.build
+++ b/remote/modules/vmplayer/vmplayer.build
@@ -26,8 +26,6 @@ build() {
cp -r ./src/vmware-vmx/lib/{bin,icu,lib,libconf,scripts} "$TARGET" || perror "Could not copy many things from vmware-vmx."
ln -s /usr/lib/vmware/bin/appLoader "$TARGET/bin/vmplayer" || perror "Could not link vmplayer to appLoader."
chmod +x "$TARGET"/bin/*
- chmod +x "$MODULE_BUILD_DIR"/bin/*
- chmod +x "$MODULE_BUILD_DIR"/sbin/*
# Compile kernel modules
return 0 # TODO: Fix kompalieren
pinfo "Compiling required kernel modules."