blob: ce1ad2e3e9f9eab26dc29bf7baa259982b49dd42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Makefile 2021-06-15 19:09:02.000000000 +0200
+++ Makefile.new 2024-06-15 22:59:28.311511715 +0200
@@ -3,8 +3,11 @@
# By Nils M Holm, 2007-2018
# In the public domain
+# Destination directory for installation.
+DESTDIR=
+
# Change at least this line:
-PREFIX= /u
+PREFIX= $(DESTDIR)/usr
# Base version and Release
BASE= 20181115
|