summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-10 19:01:10 +0200
committerJonathan Bauer2013-05-10 19:01:10 +0200
commit9e25259e8eec4f739639e7ee216dfb668bdb4e63 (patch)
treeb66c1d26e27594791f56f3d867ea0b2d4a227c44 /remote/modules
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-9e25259e8eec4f739639e7ee216dfb668bdb4e63.tar.gz
tm-scripts-9e25259e8eec4f739639e7ee216dfb668bdb4e63.tar.xz
tm-scripts-9e25259e8eec4f739639e7ee216dfb668bdb4e63.zip
vmplayer building modules function is done :)
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/vmplayer/vmplayer.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build
index 2d44381f..2ef2ed68 100644
--- a/remote/modules/vmplayer/vmplayer.build
+++ b/remote/modules/vmplayer/vmplayer.build
@@ -113,5 +113,8 @@ EOF
cd -
+ 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!"
+
}