summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-02-09 00:10:18 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-02-09 00:10:18 (GMT)
commitb1c319da4598b2060e27c6d2618d85fd93ccd203 (patch)
tree04a25bdb19c3617d2122ab03f1af3f5b7836d230
parent1cfc160f9d18c8a40a78a35fd4bb574c8fc82163 (diff)
parent12d24ee33b6c8bddd534db57b683d839f6df2fb9 (diff)
Merge pull request #337 from bhundven/softlink_custom_directory
functions: Softlink custom directory
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 5a64232..8a803bf 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -671,7 +671,7 @@ CT_GetCustom() {
elif [ "${component_location_type}" = "dir" ]; then
CT_DoLog EXTRA "Got '${component_location}' from custom location"
[ ! -d "${CT_SRC_DIR}/${component_name}-${component_version}" ] && \
- CT_DoExecLog DEBUG cp -al "${component_location}" \
+ CT_DoExecLog DEBUG cp -as "${component_location}" \
"${CT_SRC_DIR}/${component_name}-${component_version}"
# Don't try to extract from source directory, it's extracted!