| Move geomyidae to /usr/local/bin instead of sbin. - geomyidae - A small C-based… | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit 694f5b6233e0fe66afa930d566842f17ba67de34 | |
| parent 4ea20bd4ac233b244a34ee294b99e37df75a4d41 | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Sat, 2 Apr 2022 22:57:00 +0200 | |
| Move geomyidae to /usr/local/bin instead of sbin. | |
| We are not a root daemon. | |
| Diffstat: | |
| M Makefile | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/Makefile b/Makefile | |
| @@ -6,7 +6,7 @@ NAME = geomyidae | |
| VERSION = 0.34 | |
| PREFIX = /usr/local | |
| -BINDIR = ${PREFIX}/sbin | |
| +BINDIR = ${PREFIX}/bin | |
| MANDIR = ${PREFIX}/share/man/man8 | |
| # Comment to disable TLS support |