diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-installplatconf.sh | 1 |
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 |