forked from pool/fdupes
faab425747
- Refresh patches: * fdupes-makefile.patch * 0008-speedup-the-file-compare.patch * 0010-add-permissions-mode.patch * 0011-add-an-option-to-sort-duplicate-files-by-name.patch * 50_bts284274_hardlinkreplace.dpatch - Upstreamed patch: * 0004-Large-file-support-for-2GB-files-bts447601.patch - Remove whitespace from fdupes.macros file - Cleanup with spec-cleaner - Obey rpm-opt-flags - run test phase OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=12
23 lines
656 B
Diff
23 lines
656 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -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
|
|
@@ -56,7 +56,7 @@ BIN_DIR = $(PREFIX)/bin
|
|
# MAN_DIR indicates directory where the fdupes man page is to be
|
|
# installed. Suggested value is "$(PREFIX)/man/man1"
|
|
#
|
|
-MAN_BASE_DIR = $(PREFIX)/man
|
|
+MAN_BASE_DIR = $(PREFIX)/share/man
|
|
MAN_DIR = $(MAN_BASE_DIR)/man1
|
|
MAN_EXT = 1
|
|
|