commit 4379458
hovercats
·
2025-05-22 01:05:38 +0000 UTC
parent 78f85ca
add gen_manifest function for later
1 files changed,
+4,
-0
M
rcpm
M
rcpm
+4,
-0
1@@ -77,6 +77,10 @@ fn check_pkgbuilt {
2 }
3 }
4
5+fn gen_manifest {
6+ gzip -dc $RCPM_CACHE/$pkg@$ver-$rev.tar.gz | pax -f - > $RCPM_DB/installed/$pkg/manifest
7+}
8+
9 fn pkg_install {
10 create_worktree
11 cd $RCPM_DB/$pkg