SHA256
6
0
forked from pool/fdupes

- By default relink hardlinks too, should fix bnc#940296

OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2015-08-04 13:03:10 +00:00
committed by Git OBS Bridge
parent faab425747
commit 39b2cfd3a1
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
_target=""; \
_symlinks=0; \
%{-s:_symlinks=1;} \
fdupes -q -p -n -o name -r %1 | \
fdupes -q -p -n -H -o name -r %1 | \
while read _file; do \
if test -z "$_target" ; then \
_target="$_file"; \