summaryrefslogtreecommitdiffstats
path: root/src/ob-installplatconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ob-installplatconf.sh')
-rw-r--r--src/ob-installplatconf.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh
index ff88e15..33c87b5 100644
--- a/src/ob-installplatconf.sh
+++ b/src/ob-installplatconf.sh
@@ -62,7 +62,6 @@ copy_config()
mkdir -p "${dest_base}/${dest%/*}" || \
ob_error "$(ob_get_msg 'cant_make_config_dest_dir')" "${dest%/*}"
# Find the config package files.
- # TODO: Don't hardcode path.
config_dir_base="$(ob_get_system_path 'platconf' \
"${OB_SOURCE}" "${OB_SOURCE_VERSION}" "${OB_HOST_PLATFORM}")"
if [ -d "${config_dir_base}-${OB_SOURCE_VERSION_UPSTREAM}" ]; then