mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
14 lines
267 B
Diff
14 lines
267 B
Diff
diff --git a/makefile b/makefile
|
|
index 0d01ffb..e918d0b 100644
|
|
--- a/makefile
|
|
+++ b/makefile
|
|
@@ -8,7 +8,7 @@ MAJOR_VERSION := 2
|
|
MINOR_VERSION := 1
|
|
MICRO_VERSION := 0
|
|
|
|
-PREFIX = /usr/local
|
|
+PREFIX = /usr
|
|
SYSCONFDIR = $(PREFIX)/etc
|
|
|
|
ifeq '$(shell uname)' 'Linux'
|