commit c78f117
hovercats
·
2025-05-22 15:50:07 +0000 UTC
parent 186c1a1
remove empty line in manifests
1 files changed,
+3,
-1
M
rcpm
M
rcpm
+3,
-1
1@@ -69,7 +69,9 @@ fn check_pkgbuilt {
2 }
3
4 fn gen_manifest {
5- find . | sed -e '/^\.\/$/d' -e 's/^\.//g' -e 's/\/$//g' \
6+ find . | sed -e '/^\.\/$/d' \
7+ -e 's/^\.//g' -e 's/\/$//g' \
8+ -e '/^[[:space:]]*$/d' \
9 >./$RCPM_DB/installed/$pkg/manifest
10 }
11