summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-29 18:04:14 +0200
committerJonathan Bauer2013-07-29 18:04:14 +0200
commit2ae384df8cace96537dae2a72cdf4c8bb3ace1e4 (patch)
treedd3405c8a7ca33c2bb4993294f6e52f5438fcfe3
parent[rootfs-stage32] forgot to remove a few entries from generic config (diff)
downloadtm-scripts-2ae384df8cace96537dae2a72cdf4c8bb3ace1e4.tar.gz
tm-scripts-2ae384df8cace96537dae2a72cdf4c8bb3ace1e4.tar.xz
tm-scripts-2ae384df8cace96537dae2a72cdf4c8bb3ace1e4.zip
removed old code that did nothing
-rw-r--r--remote/modules/vmplayer/vmplayer.build12
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