blob: bb62649ac76f9540ed0c18b3928e9071117b7295 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/makefile b/makefile
index 6541641..4c2b2bd 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,7 @@ MAJOR_VERSION := 2
MINOR_VERSION := 0
MICRO_VERSION := 0
-PREFIX = /usr/local
+PREFIX = /usr
INSTALL = install
LIBS := pam wayland-client gtk+-wayland-3.0 gtk-layer-shell-0 gmodule-export-2.0
|