summaryrefslogtreecommitdiffstats
path: root/src/oh-buildopk.sh
diff options
context:
space:
mode:
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})"