diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-04 19:40:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-04 19:40:53 (EDT) |
commit | 87f7277630bd537b88a9c5172030314a5884071f (patch) | |
tree | 7385863c9e7e307785c63b6a43da3b08f0c49a70 /src | |
parent | f549203fe3fbeb8074030cf98ddf4314f93fb571 (diff) |
Remove an old TODO tag.
The task was done in the previous commit.
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 |