diff options
| author | Michael Neves | 2013-05-14 19:59:01 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-14 19:59:01 +0200 |
| commit | d4c40c91e8e04e8e0e2c7277c30103e1c3f4c5e0 (patch) | |
| tree | 58890548b5b130763c7fc545957bdf66c794021e | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-d4c40c91e8e04e8e0e2c7277c30103e1c3f4c5e0.tar.gz tm-scripts-d4c40c91e8e04e8e0e2c7277c30103e1c3f4c5e0.tar.xz tm-scripts-d4c40c91e8e04e8e0e2c7277c30103e1c3f4c5e0.zip | |
vmware-usbarbitrator fixed
| -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(){ |
