From 2ae384df8cace96537dae2a72cdf4c8bb3ace1e4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 29 Jul 2013 18:04:14 +0200 Subject: removed old code that did nothing --- remote/modules/vmplayer/vmplayer.build | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index 4c0d46e6..89e3f87b 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -45,12 +45,14 @@ build() { for file in $(grep -rl "@@LIBCONF_DIR@@" "$MODULE_BUILD_DIR"); do sed -i 's#@@LIBCONF_DIR@@#/usr/lib/vmware/libconf#g' "$file" done - # Extract libgconf-2 stuff - COPYLIST="list_dpkg_output" - [ -e "${COPYLIST}" ] && rm "${COPYLIST}" + - list_packet_files >> "${COPYLIST}" - tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}" + # REMOVED: libgconf stuff was an old hackfix? seems not needed anymore + # Extract libgconf-2 stuff + #COPYLIST="list_dpkg_output" + #[ -e "${COPYLIST}" ] && rm "${COPYLIST}" + #list_packet_files >> "${COPYLIST}" + #tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}" # Compile kernel modules pinfo "Compiling required kernel modules." # build modules -- cgit v1.2.3-55-g7522