commit e45ab39

hovercats  ·  2026-09-08 16:51:46 +0000 UTC
parent 8e3261b
exit with an error if no prebuilt is found, instead of just printing a message
1 files changed,  +1, -1
M rcpm
M rcpm
+1, -1
1@@ -104,7 +104,7 @@ fn packup_pkg {
2 fn check_prebuilt {
3 	rcpm_compressor
4 	if (test ! -f $RCPM_CACHE/$pkg@$ver-$rev.tar.$ext) {
5-		log $pkg is not built
6+		errexit $pkg is not built
7 	}
8 }
9