diff options
Diffstat (limited to 'community/fdupes/overide-prefix.patch')
| -rw-r--r-- | community/fdupes/overide-prefix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/fdupes/overide-prefix.patch b/community/fdupes/overide-prefix.patch new file mode 100644 index 0000000000..d08a3cf533 --- /dev/null +++ b/community/fdupes/overide-prefix.patch @@ -0,0 +1,11 @@ +--- ./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/local + + # + # When compiling for 32-bit systems, FILEOFFSET_64BIT must be enabled |
