mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
304 B
Diff
11 lines
304 B
Diff
--- ./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
|