tAdd variables for installation - cdb - Constant database manipulation utility
(HTM) git clone git://git.z3bra.org/cdb.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 5f651bd60445ff4315d4a0f7efb5bb3e58ddec0f
(DIR) parent e1c34a3022da8c5b8ba11fdf3a99de08d433da2f
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Wed, 31 Aug 2022 22:48:36 +0200
Add variables for installation
Diffstat:
M config.mk | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -1,2 +1,5 @@
GO = go
GOOS = `{uname -s | tr A-Z a-z}
+
+PREFIX = /usr/local
+MANDIR = ${PREFIX}/man