aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-22 16:19:51 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-08-22 16:19:51 +0300
commita6459edfaa08085211fb60f41be5ec3e75305e0c (patch)
treea6c18d642f1a21bc399b21734e298b29924d130d
parent4e0d4441bb5613fb09cf772f7bcf7beb15337443 (diff)
Fix typo in PREFIXv1.0.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fb7450..8a82ce3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
target = mkpass
-PREFIX = /usr/local/bin
+PREFIX = /usr/local
DPREFIX = ${DESTDIR}${PREFIX}
all: ${target}