unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [patch] Trivial fix for non-root install
@ 2009-11-23 15:31 Brett Viren
  2009-11-23 15:41 ` Ingmar Vanhassel
  2009-11-23 18:21 ` Alec Berryman
  0 siblings, 2 replies; 5+ messages in thread
From: Brett Viren @ 2009-11-23 15:31 UTC (permalink / raw)
  To: notmuch

Installing as a normal user fails because the bash completion config
files try to install into /etc.  This trivial patch fixes this.

diff --git a/Makefile.config b/Makefile.config
index ddc7436..c04d57a 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -1,3 +1,2 @@
-prefix = /usr/local
-bash_completion_dir = /etc/bash_completion.d
+bash_completion_dir = $(prefix)/etc/bash_completion.d
 CFLAGS += -DHAVE_VALGRIND


-Brett.

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-01 18:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 15:31 [patch] Trivial fix for non-root install Brett Viren
2009-11-23 15:41 ` Ingmar Vanhassel
2009-11-23 15:45   ` Jameson Rollins
2009-12-01 18:18   ` Carl Worth
2009-11-23 18:21 ` Alec Berryman

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).