summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/qtchooser/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cff06ca..b22115b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
MKDIR = mkdir -p
-prefix = /usr
+prefix = /usr/local
bindir = $(prefix)/bin
TOOLS = \
androiddeployqt \
diff --git a/src/qtchooser/Makefile b/src/qtchooser/Makefile
index 6ad619a..87a051e 100644
--- a/src/qtchooser/Makefile
+++ b/src/qtchooser/Makefile
@@ -1,4 +1,4 @@
-prefix = /usr
+prefix = /usr/local
bindir = $(prefix)/bin
####### Compiler, tools and options