diff options
Diffstat (limited to 'slstatus')
| -rwxr-xr-x | slstatus/setup.sh | 2 | ||||
| -rw-r--r-- | slstatus/slstatus-1.1/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/slstatus/setup.sh b/slstatus/setup.sh index dec7195..06f27d6 100755 --- a/slstatus/setup.sh +++ b/slstatus/setup.sh @@ -5,4 +5,4 @@ set -x cd slstatus-1.1 make config.h -sudo make install +make install diff --git a/slstatus/slstatus-1.1/config.mk b/slstatus/slstatus-1.1/config.mk index a8f5c23..0de16de 100644 --- a/slstatus/slstatus-1.1/config.mk +++ b/slstatus/slstatus-1.1/config.mk @@ -4,7 +4,7 @@ VERSION = 1.1 # customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = ${HOME}/.local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include |
