forked from pool/openafs
Accepting request 597165 from home:hauky
- fdupes: use symlinks instead of hardlinks. Do not fdupe /etc and /var OBS-URL: https://build.opensuse.org/request/show/597165 OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=9
This commit is contained in:
parent
40da544675
commit
27f7b34920
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 16 15:35:15 UTC 2018 - christof.hanke@mpcdf.mpg.de
|
||||||
|
|
||||||
|
- fdupes: use symlinks instead of hardlinks. Do not fdupe
|
||||||
|
/etc and /var
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 6 10:53:13 UTC 2018 - christof.hanke@mpcdf.mpg.de
|
Fri Apr 6 10:53:13 UTC 2018 - christof.hanke@mpcdf.mpg.de
|
||||||
|
|
||||||
|
@ -588,8 +588,9 @@ for d in %{buildroot}%{_mandir}/man*; do
|
|||||||
done
|
done
|
||||||
cd $OLD_PWD
|
cd $OLD_PWD
|
||||||
|
|
||||||
# check for duplicates, remove them and link them
|
# replace duplicates by symlinks
|
||||||
%fdupes %{buildroot}
|
%fdupes -s %{buildroot}/lib
|
||||||
|
%fdupes -s %{buildroot}/usr
|
||||||
|
|
||||||
#
|
#
|
||||||
# main
|
# main
|
||||||
|
Loading…
Reference in New Issue
Block a user