mirror of
https://github.com/unmojang/drasl.git
synced 2025-09-12 08:46:57 -04:00
Change Make prefix from /usr/local to /usr
/usr/local is "correct" but it's nicer to just use /usr everywhere, in packages and installed via `make install`.
This commit is contained in:
parent
498702f049
commit
25f385ac2c
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
prefix ?= /usr/local
|
prefix ?= /usr
|
||||||
.DEFAULT_GOAL := build
|
.DEFAULT_GOAL := build
|
||||||
|
|
||||||
prebuild:
|
prebuild:
|
||||||
|
@ -4,7 +4,7 @@ After=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=true
|
DynamicUser=true
|
||||||
ExecStart=/usr/local/bin/drasl
|
ExecStart=/usr/bin/drasl
|
||||||
StateDirectory=drasl
|
StateDirectory=drasl
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user