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:
parent
faab425747
commit
39b2cfd3a1
@ -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
|
Mon Aug 3 19:26:55 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
_target=""; \
|
_target=""; \
|
||||||
_symlinks=0; \
|
_symlinks=0; \
|
||||||
%{-s:_symlinks=1;} \
|
%{-s:_symlinks=1;} \
|
||||||
fdupes -q -p -n -o name -r %1 | \
|
fdupes -q -p -n -H -o name -r %1 | \
|
||||||
while read _file; do \
|
while read _file; do \
|
||||||
if test -z "$_target" ; then \
|
if test -z "$_target" ; then \
|
||||||
_target="$_file"; \
|
_target="$_file"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user