summaryrefslogtreecommitdiffstats
path: root/src/oh-installfiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-installfiles.sh')
-rw-r--r--src/oh-installfiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh
index e91c26e..516bd1c 100644
--- a/src/oh-installfiles.sh
+++ b/src/oh-installfiles.sh
@@ -38,7 +38,7 @@ main()
for pkg in ${OPK_PACKAGES}; do
[ -r "../${pkg}.pkg/files" ] || continue
- ob_info 'installing_files' "${pkg}"
+ ob_info "$(ob_get_msg 'installing_files')" "${pkg}"
mkdir -p "${pkg}.data"
chmod 755 "${pkg}.data"