diff options
Diffstat (limited to 'remote/modules')
| -rwxr-xr-x | remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env | 3 | ||||
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.build | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env index 41360bb3..4a957a7a 100755 --- a/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env +++ b/remote/modules/vmplayer/data/etc/openslx/vmware/vmware-env @@ -79,7 +79,6 @@ fi vmblock () { # let point the path directly to the directory where the binary lives -# TODO: get it to work /usr/bin/vmware-usbarbitrator } @@ -96,7 +95,7 @@ case "$1" in tempdir load_modules vmnetif -# vmblock + vmblock ;; stop) diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index 8589c245..a51b87d7 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -56,6 +56,8 @@ post_copy() { tarcopy "$(find /usr/lib/ -name gconv -type d)" "$TARGET_BUILD_DIR" #Update Icon cache for vmplayer gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/hicolor/" || pwarning "update-icon-cache-3.0 failed." + #fix vmware-usbarbotrator bug + date +'%Y.%m.%d' >"${TARGET_BUILD_DIR}/etc/arch-release" } build_modules(){ |
