diff options
author | Federico I <git@federicoigne.com> | 2020-03-21 13:54:35 +0000 |
---|---|---|
committer | Federico I <git@federicoigne.com> | 2020-03-21 13:54:35 +0000 |
commit | 82deff42852af0512111e76ac8392e14737dea65 (patch) | |
tree | 61c0ac3bc9071549e7c124491e755e6f0a91fa59 | |
parent | d0275e8dcdb3224259582b4fea7aeb694d2fd944 (diff) | |
download | st-82deff42852af0512111e76ac8392e14737dea65.tar.gz st-82deff42852af0512111e76ac8392e14737dea65.zip |
Revert to global installation
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ VERSION = 0.8.2 | |||
4 | # Customize below to fit your system | 4 | # Customize below to fit your system |
5 | 5 | ||
6 | # paths | 6 | # paths |
7 | PREFIX = $(HOME)/.local | 7 | PREFIX = /usr/local |
8 | MANPREFIX = $(PREFIX)/share/man | 8 | MANPREFIX = $(PREFIX)/share/man |
9 | 9 | ||
10 | X11INC = /usr/include/X11 | 10 | X11INC = /usr/include/X11 |