commit f283339
hovercats
·
2025-05-22 02:49:09 +0000 UTC
parent f74ae30
nullify status if tarball exists to avoid an early exit. rc seems picky about this specific scenario
1 files changed,
+2,
-1
M
rcpm
M
rcpm
+2,
-1
1@@ -59,9 +59,10 @@ fn packup_pkg {
2 fn check_pkgbuilt {
3 get_ver
4 if (test ! -f $RCPM_CACHE/$pkg@$ver-$rev.tar.gz) {
5- echo "$pkg is not built"
6+ echo "$pkg is not built"
7 exit 1
8 }
9+ if not status=()
10 }
11
12 fn gen_manifest {