From 7da40c6a9eeef028b579d3f347a8fd52e3a9ecbc Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 5 Oct 2020 14:41:02 +0000 Subject: cpt-fork: remove etcsums as well FossilOrigin-Name: 28344c1635c4a89a7510b084b09062fbee023a1a56de713ab23db88ed9f7ae71 --- contrib/cpt-fork | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/cpt-fork b/contrib/cpt-fork index 0851d9a..6d50064 100755 --- a/contrib/cpt-fork +++ b/contrib/cpt-fork @@ -16,7 +16,7 @@ for pkg; do # Sometimes forked packages are from the database and not from a repository. # We should remove the manifest in such a case. - rm -f "$pkg/manifest" + rm -f "$pkg/manifest" "$pkg/etcsums" printf 'forked package to %s\n' "$PWD/$pkg" done -- cgit v1.2.3