diff options
| author | Jonathan Bauer | 2013-05-14 16:19:39 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-05-14 16:19:39 +0200 |
| commit | 8c4942f02b72b694ac8e5c71616af22a0a25e8bf (patch) | |
| tree | f2a4f0faddf3405141527f12e63488abcd8fed7a /remote/modules/vmplayer | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-8c4942f02b72b694ac8e5c71616af22a0a25e8bf.tar.gz tm-scripts-8c4942f02b72b694ac8e5c71616af22a0a25e8bf.tar.xz tm-scripts-8c4942f02b72b694ac8e5c71616af22a0a25e8bf.zip | |
copy the saved vmware config file back :)
Diffstat (limited to 'remote/modules/vmplayer')
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index 63f44fdd..1e3090ac 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -127,6 +127,7 @@ EOF mkdir -p "$TARGET_BUILD_DIR/lib/modules/vmware/" cp "/lib/modules/$UTS_RELEASE/vmplayer/"* "$TARGET_BUILD_DIR/lib/modules/vmware/" || perror "Could not cp vmware modules to target!" + [ -e /etc/vmware/config ] && rm -f /etc/vmware/config + cp /etc/vmware/config.mltk.bak /etc/vmware/config } - |
