commit e73e035

hovercats  ·  2026-07-18 13:32:42 +0000 UTC
parent 3c34ee9
dont exit it files/ doesnt exist. I wanna handle checking of sources properly, so.. not checking for this initially will just have to do for now
1 files changed,  +1, -4
M rcpm
M rcpm
+1, -4
 1@@ -32,10 +32,7 @@ fn dl_pkg {
 2 		git -C src reset --hard
 3 	}
 4 	if (test -f url) curl --skip-existing -LK url -O
 5-	if not {
 6-		if (test -d files/) status=()
 7-		if not errexit 'No sources found!'
 8-	}
 9+	if not status=()
10 }
11 
12 fn chksum_pkg {