summaryrefslogtreecommitdiffstats
path: root/src/oh-buildopk.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-24 19:33:27 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-24 19:33:27 (EDT)
commit63fa875896f8fc883580062180636c9f3b780330 (patch)
tree28e2a9729931298a284ce7d0444bdfb15da1bb1a /src/oh-buildopk.sh
parent4eba11e4d7a7bf9852a5b24cb7630d6d78da257b (diff)
Make oh-* tools consistently use message library.
Diffstat (limited to 'src/oh-buildopk.sh')
-rw-r--r--src/oh-buildopk.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/oh-buildopk.sh b/src/oh-buildopk.sh
index 8eefa95..e8d840e 100644
--- a/src/oh-buildopk.sh
+++ b/src/oh-buildopk.sh
@@ -21,6 +21,7 @@
. @@LIBDIR@@/opkhelper/controlfields
. @@LIBDIR@@/opkhelper/architecture
+. @@LIBDIR@@/opkhelper/messages
print_usage()
{
@@ -78,7 +79,7 @@ else
# Iterate over packages.
while [ ${#} -gt 0 ]; do
- printf 'oh-buildopk: Packing package "%s"...\n' "${1}"
+ oh_info 'Packing package "%s"...' "${1}"
arch="$(oh_get_package_architecture ${1})"