diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 16:19:51 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 16:19:51 +0300 |
commit | a6459edfaa08085211fb60f41be5ec3e75305e0c (patch) | |
tree | a6c18d642f1a21bc399b21734e298b29924d130d /Makefile | |
parent | 4e0d4441bb5613fb09cf772f7bcf7beb15337443 (diff) |
Fix typo in PREFIXv1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ target = mkpass -PREFIX = /usr/local/bin +PREFIX = /usr/local DPREFIX = ${DESTDIR}${PREFIX} all: ${target} |