forked from pool/fdupes
ebd601a9d7
- update to 1.5.0-PR2 * new "--summarize" option * new "--recurse:" selective recursion option * new "--noprompt" option for totally automated deletion of duplicate files. * sorts duplicates (old to new) for consistent order when listing or deleteing duplicate files. * tests for early matching of files, which should help speed up the matching process when large files are involved. * warns whenever a file cannot be deleted. * bugfixes (proper file closing, zero-length files, ...) - add -p/--permissions switch so files with different permissions or uid/gid are not considered as duplicates (bnc#784670) * this mode is a default one for fdupes macro - refresh all patches - drop the fdupes-sort-output.diff - use the upstream mtime sorting - add the debian patches - see spec file for details OBS-URL: https://build.opensuse.org/request/show/138346 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=6
23 lines
706 B
Diff
23 lines
706 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig 2002-05-31 09:31:45.000000000 +0200
|
|
+++ Makefile 2012-10-12 11:46:35.152408642 +0200
|
|
@@ -11,7 +11,7 @@
|
|
# determination of the actual installation directories.
|
|
# Suggested values are "/usr/local", "/usr", "/pkgs/fdupes-$(VERSION)"
|
|
#
|
|
-PREFIX = /usr/local
|
|
+PREFIX = /usr
|
|
|
|
#
|
|
# Certain platforms do not support long options (command line options).
|
|
@@ -50,7 +50,7 @@
|
|
# 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
|
|
|