SHA256
3
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

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 4 13:01:47 UTC 2015 - tchvatal@suse.com
- By default relink hardlinks too, should fix bnc#940296
-------------------------------------------------------------------
Mon Aug 3 19:26:55 UTC 2015 - tchvatal@suse.com

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"; \