aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-10-05 14:41:02 +0000
committermerakor <cem@ckyln.com>2020-10-05 14:41:02 +0000
commit7da40c6a9eeef028b579d3f347a8fd52e3a9ecbc (patch)
tree25404725d27ec2c907b8360af89d8fc1fffb08a2
parent7fb0102b1da5b14ab85b941f49ae171a303e7208 (diff)
downloadcpt-7da40c6a9eeef028b579d3f347a8fd52e3a9ecbc.tar.gz
cpt-fork: remove etcsums as well
FossilOrigin-Name: 28344c1635c4a89a7510b084b09062fbee023a1a56de713ab23db88ed9f7ae71
-rwxr-xr-xcontrib/cpt-fork2
1 files changed, 1 insertions, 1 deletions
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