From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: [PATCH] Allow 'prefix' to be set on the command line Date: Mon, 02 Jun 2008 19:34:03 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3LPf-0007vc-E4 for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 21:34:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3LPd-0007tC-Re for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 21:34:11 -0400 Received: from [199.232.76.173] (port=47286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3LPd-0007t2-Jm for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 21:34:09 -0400 Received: from pmade.com ([64.92.223.213]:61157) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3LPd-0008Mm-D5 for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 21:34:09 -0400 Received: from tiny.local.pmade.com (c-76-25-134-186.hsd1.co.comcast.net [76.25.134.186]) (authenticated bits=0) by pmade.com (8.13.8/8.13.8) with ESMTP id m531Y4QE046975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Tue, 3 Jun 2008 01:34:05 GMT (envelope-from pjones@pmade.com) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= This patch allows you to: make install prefix=/some/path Makes installing Org-mode in a non-standard path a bit easier. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=makefile.diff >From e0b6b847c6b8a4b0c41aff3bab0ea2fe5e45c082 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 29 May 2008 21:22:59 -0600 Subject: [PATCH] Allow 'prefix' to be set on the command line This patch allows you to: make install prefix=/some/path --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 35684f3..19fa9ca 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ EMACS=emacs # Where local software is found -prefix=/usr/local +prefix?=/usr/local # Where local lisp files go. lispdir = $(prefix)/share/emacs/site-lisp -- 1.5.4.4 --=-=-= -- Peter Jones, pmade inc. http://pmade.com --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--