diff options
Diffstat (limited to 'st')
| -rwxr-xr-x | st/setup.sh | 2 | ||||
| -rw-r--r-- | st/st-0.9.3/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/st/setup.sh b/st/setup.sh index c3cabf0..25cc12f 100755 --- a/st/setup.sh +++ b/st/setup.sh @@ -5,4 +5,4 @@ set -x cd st-0.9.3 make config.h -sudo make install +make install diff --git a/st/st-0.9.3/config.mk b/st/st-0.9.3/config.mk index 2fc854e..f5a97f5 100644 --- a/st/st-0.9.3/config.mk +++ b/st/st-0.9.3/config.mk @@ -4,7 +4,7 @@ VERSION = 0.9.3 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = ${HOME}/.local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include |
