commit 70a21ef

hovercats  ·  2026-07-12 13:50:54 +0000 UTC
parent ab8a7f5
rcpm: running just `i` flag will error if the package isnt installed
1 files changed,  +1, -1
M rcpm
M rcpm
+1, -1
1@@ -96,7 +96,7 @@ fn gen_manifest {
2 
3 fn install_pkg {
4 	cd $RCPM_ROOT
5-	get_ver
6+	get_ver || status=()
7 	check_prebuilt || {gzip -dc $RCPM_CACHE/$pkg@$ver-$rev.tar.gz | pax -r
8 	log $pkg installed successfully}
9 }