diff options
| -rwxr-xr-x | contrib/cpt-fork | 2 | 
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 | 
