diff options
| author | Jonathan Bauer | 2013-07-29 18:04:14 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-29 18:04:14 +0200 |
| commit | 2ae384df8cace96537dae2a72cdf4c8bb3ace1e4 (patch) | |
| tree | dd3405c8a7ca33c2bb4993294f6e52f5438fcfe3 /remote/modules/vmplayer | |
| parent | [rootfs-stage32] forgot to remove a few entries from generic config (diff) | |
| download | tm-scripts-2ae384df8cace96537dae2a72cdf4c8bb3ace1e4.tar.gz tm-scripts-2ae384df8cace96537dae2a72cdf4c8bb3ace1e4.tar.xz tm-scripts-2ae384df8cace96537dae2a72cdf4c8bb3ace1e4.zip | |
removed old code that did nothing
Diffstat (limited to 'remote/modules/vmplayer')
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.build | 12 |
1 files 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 |
