From e12a6b91ac795fb6e930b810f6aca2939ca5900e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 17 Nov 2009 13:05:16 -0800 Subject: Makefile: Change default install prefix from /usr to /usr/local We'll be a much more polite package this way. And the user can change the prefix by editing Makefile.config. Still to be done is to make configure write out Makefile.config and to add a --prefix option to configure. --- Makefile.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 Makefile.config (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config new file mode 100644 index 00000000..657316e4 --- /dev/null +++ b/Makefile.config @@ -0,0 +1 @@ +prefix = /usr -- cgit v1.2.3