From 415e50c8bb444fdb08ef76b39398a08a47fee572 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 18:06:14 -0400 Subject: ob-buildopk: Add informational output --- (limited to 'src') diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh index 940344e..b67ee3b 100644 --- a/src/ob-buildopk.sh +++ b/src/ob-buildopk.sh @@ -27,6 +27,9 @@ build_opk() local plat="${4}" shift 4 + ob_info "$(ob_get_msg 'build_opk')" \ + "${binary}_${version}_${arch}_${plat}.opk" + (cd -- "${binary}.data" && tar -czf '../data.tar.gz' '.') (cd -- "${binary}.control" && tar -czf '../control.tar.gz' '.') -- cgit v0.9.1