summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-14 18:27:38 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commitf662127928ad93af030a71e711093d37f8194905 (patch)
treeb10be97ef6080f1c2c0a0fa59bc84dfc054a3295
parent600d183d2967ed32cba4f89ebc5f9874f7ce42ff (diff)
downloadlive-build-f662127928ad93af030a71e711093d37f8194905.zip
live-build-f662127928ad93af030a71e711093d37f8194905.tar.gz
Revert always deferencing symlinks when installing some binary includes.
-rwxr-xr-xhelpers/lh_binary_includes4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index fc5ff5f..ba628ef 100755
--- a/helpers/lh_binary_includes
+++ b/helpers/lh_binary_includes
@@ -118,13 +118,13 @@ then
if [ -d "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install ] && \
ls "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install/* > /dev/null 2>&1
then
- cp -r -L ${CP_OPTIONS} "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install/* binary
+ cp -r ${CP_OPTIONS} "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install/* binary
fi
if [ -d "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install."${ARCH}" ] && \
ls "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install."${ARCH}"/* > /dev/null 2>&1
then
- cp -r -L ${CP_OPTIONS} "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install."${ARCH}"/* binary
+ cp -r ${CP_OPTIONS} "${LH_INCLUDES}"/"${LH_DISTRIBUTION}"/install."${ARCH}"/* binary
fi
# Adjusting install templates