blob: d08a3cf5332eaa89eacfbe6ffee51fd748aa18e1 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|