summaryrefslogtreecommitdiff
path: root/system/fdupes/fdupes-makefile.patch
diff options
context:
space:
mode:
authorYury Buldakov <yury.buldakov@gmail.com>2019-02-02 02:18:36 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-02 08:02:15 +0700
commit3c6647cb77664eb418124fb076acadad85c61681 (patch)
tree8ba8ee76226ed10ee27cab1608baa0194a0e74ea /system/fdupes/fdupes-makefile.patch
parent272d6117d52b3511934b3ec1d17778b203af5a7a (diff)
downloadslackbuilds-3c6647cb77664eb418124fb076acadad85c61681.tar.gz
system/fdupes: Update to version 1.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fdupes/fdupes-makefile.patch')
-rw-r--r--system/fdupes/fdupes-makefile.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/system/fdupes/fdupes-makefile.patch b/system/fdupes/fdupes-makefile.patch
new file mode 100644
index 0000000000..9d3ff37342
--- /dev/null
+++ b/system/fdupes/fdupes-makefile.patch
@@ -0,0 +1,24 @@
+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
+--- Makefile.orig 2019-01-31 06:02:58.000000000 +0200
++++ Makefile 2019-01-31 06:04:24.000000000 +0200
+@@ -49,7 +49,7 @@
+ # MAN_DIR indicates directory where the fdupes man page is to be
+ # installed. Suggested value is "$(PREFIX)/man/man1"
+ #
+-MAN_BASE_DIR = $(PREFIX)/share/man
++MAN_BASE_DIR = $(PREFIX)/man
+ MAN_DIR = $(MAN_BASE_DIR)/man1
+ MAN_EXT = 1
+