Joerg Jaspert pushed to branch master at Debian FTP Team / dak
Commits:
-
92d929ab
by Joerg Jaspert at 2023-04-12T22:47:45+02:00
1 changed file:
Changes:
... | ... | @@ -182,7 +182,7 @@ function dedup() { |
182 | 182 | cd "${archiveroot}"
|
183 | 183 | for dir in doc indices project tools; do
|
184 | 184 | if [[ -d ${dir} ]]; then
|
185 | - jdupes --hardlink --noempty --quiet --summarize --recurse ${dir}
|
|
185 | + jdupes --hardlink --noempty --quiet --linkhard --recurse ${dir}
|
|
186 | 186 | fi
|
187 | 187 | done
|
188 | 188 | done
|