diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-19 00:48:40 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 20:16:34 +0100 |
commit | 2114bd775df342f3491cdd839031254041b655ae (patch) | |
tree | 25ab9415bb51934417995a6b8ae029300f26ea5b | |
parent | 8de74ffb4a2008a61c05e9a24c8fa9b14858d2be (diff) |
typofix
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ libexecdir ?= $(exec_prefix)/libexec datarootdir ?= $(prefix)/share datadir ?= $(datarootdir) sysconfdir ?= $(prefix)/etc -localstatedir =? $(prefix)/var +localstatedir ?= $(prefix)/var runstatedir ?= $(localstatedir)/run mandir ?= $(datarootdir)/man man1dir ?= $(mandir)/man1 |