diff options
| author | Ingmar Vanhassel <ingmar@exherbo.org> | 2009-11-17 22:10:18 +0100 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-11-17 13:11:20 -0800 |
| commit | 321ab1bd6bb2e3877c59cad412e96d9cb2cbaf15 (patch) | |
| tree | 5c46a78820d5c2e53923d369231a12487feb856b | |
| parent | e12a6b91ac795fb6e930b810f6aca2939ca5900e (diff) | |
Makefile: Change default install prefix from /usr to /usr/local, really
| -rw-r--r-- | Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index 657316e4..63c90a8c 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1 +1 @@ -prefix = /usr +prefix = /usr/local |
