mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
12 lines
304 B
Diff
12 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
|