summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorChristian Rößler2013-07-01 16:45:00 +0200
committerChristian Rößler2013-07-01 16:45:00 +0200
commitd7d31e8044bdd55a447f7a3cedf9abdb297b4185 (patch)
treec530d7c2c23e9644d83f20efb1660fe0eab6a036 /remote/modules
parentAdded another packet for openSuse (diff)
downloadtm-scripts-d7d31e8044bdd55a447f7a3cedf9abdb297b4185.tar.gz
tm-scripts-d7d31e8044bdd55a447f7a3cedf9abdb297b4185.tar.xz
tm-scripts-d7d31e8044bdd55a447f7a3cedf9abdb297b4185.zip
Added lib path /usr/lib64 to find routine, some typos
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/vmplayer/vmplayer.build7
1 files changed, 3 insertions, 4 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build
index a4dd8a29..4c0d46e6 100644
--- a/remote/modules/vmplayer/vmplayer.build
+++ b/remote/modules/vmplayer/vmplayer.build
@@ -60,7 +60,7 @@ build() {
post_copy() {
# FIXME: gconftool is copied without dependencies
- tarcopy "$(find /usr/lib/ -name gconv -type d)" "$TARGET_BUILD_DIR"
+ tarcopy "$(find /usr/lib/ /usr/lib64 -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
@@ -69,7 +69,6 @@ post_copy() {
}
build_modules() {
- pdebug "PAtCHIGN"
# need to be in src
cd "$MODULE_DIR/src" || perror "Could not cd to '$MODULE_DIR/src'"
local VMWARE_MODCONFIG="$MODULE_DIR/src/vmware-vmx/bin/vmware-modconfig"
@@ -133,9 +132,9 @@ EOF
tar cf "vmblock.tar" "vmblock-only/" || perror "repacking of vmblock.tar failed."
cd -
- pinfo "KOMPALIERE VMWARE KERNEL MODULE"
+ pinfo "KOMPILIERE VMWARE KERNEL MODULE"
for MOD in vsock vmblock vmmon vmnet vmci; do
- pinfo "Kompaliere $MOD"
+ pinfo "Kompiliere $MOD"
[ -s "/lib/modules/$UTS_RELEASE/vmplayer/$MOD.ko" ] && unlink "/lib/modules/$UTS_RELEASE/vmplayer/$MOD.ko"
"$VMWARE_MODCONFIG" --console --build-mod -k "$UTS_RELEASE" "$MOD" "$(which gcc)" "$MODULES_DIR/kernel/ksrc/include" "vmplayer" "$MOD"
[ ! -s "/lib/modules/$UTS_RELEASE/vmplayer/$MOD.ko" ] && perror "Error compiling via $VMWARE_MODCONFIG"