summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-04-12 20:57:01 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-04-12 20:57:01 +0200
commite99ad29f41d2ef0677ead1af80a1be249f798aa2 (patch)
treea41bd69982fa3975317ca56922c3dc2cb3525081
parentc4e0091da89dffd7ab4ed7a5f64f973ef7e6e6a6 (diff)
Makefile: improve reliability
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b74e28..807b7aa 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,7 @@ image-push:
|grep 'digest:' \
|sed -E 's/.*digest: ([^ ]+) .*/\1/' \
|while read d; do \
- sed -Ei "s/(digest $(arch)).*/\1 $${d}/" $(www); \
+ sed -Ei "s/^(digest $(arch)).*/\1 $${d}/" $(www); \
done;
.PHONY: image-manifest