forked from pool/fdupes
1bfed6008b
- Update to version 1.6.1. The following patches have been applied upstream and were dropped: * 0001-restore-pristine-code.patch * 0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch * 0003-Fix-a-typo-in-a-manpage-bts353789.patch * 0005-add-summarize-to-manpage-bts481809.patch * 0006-add-nohidden-support-bts511702.patch * 0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch * 0008-speedup-the-file-compare.patch * 0009-glibc-endianness-check-in-md5.patch * 0010-add-permissions-mode.patch * 0011-add-an-option-to-sort-duplicate-files-by-name.patch - 50_bts284274_hardlinkreplace.dpatch had to be refreshed. OBS-URL: https://build.opensuse.org/request/show/438705 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=14
14 lines
449 B
Diff
14 lines
449 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig 2016-08-21 06:54:46.000000000 +0200
|
|
+++ Makefile 2016-11-04 13:46:21.037423459 +0100
|
|
@@ -11,7 +11,7 @@
|
|
# determination of the actual installation directories.
|
|
# Suggested values are "/usr/local", "/usr", "/pkgs/fdupes-$(VERSION)"
|
|
#
|
|
-PREFIX = /usr/local
|
|
+PREFIX = /usr
|
|
|
|
#
|
|
# When compiling for 32-bit systems, FILEOFFSET_64BIT must be enabled
|