8a7d9cd77f
Himitsu is a secure secret storage system for Unix-like systems. It provides an arbitrary key/value store (where values may be secret) and a query language for manipulating the key store. WWW: https://himitsustore.org PR: 292475
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
--- Makefile.orig 2025-08-03 09:24:07 UTC
|
|
+++ Makefile
|
|
@@ -6,7 +6,7 @@ PREFIX=/usr/local
|
|
|
|
DESTDIR=
|
|
PREFIX=/usr/local
|
|
-SRCDIR=$(PREFIX)/src
|
|
+SRCDIR=$(PREFIX)/share
|
|
SHAREDIR=$(PREFIX)/share
|
|
MANDIR=$(SHAREDIR)/man
|
|
HARESRCDIR=$(SRCDIR)/hare
|