From: Peter Jones <mlists@pmade.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Allow 'prefix' to be set on the command line
Date: Mon, 02 Jun 2008 19:34:03 -0600 [thread overview]
Message-ID: <m2hccbi9o4.fsf@pmade.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 125 bytes --]
This patch allows you to:
make install prefix=/some/path
Makes installing Org-mode in a non-standard path a bit easier.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: makefile.diff --]
[-- Type: text/x-patch, Size: 630 bytes --]
From e0b6b847c6b8a4b0c41aff3bab0ea2fe5e45c082 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@pmade.com>
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
[-- Attachment #3: Type: text/plain, Size: 46 bytes --]
--
Peter Jones, pmade inc.
http://pmade.com
[-- Attachment #4: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
next reply other threads:[~2008-06-03 1:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-03 1:34 Peter Jones [this message]
2008-06-09 7:09 ` [PATCH] Allow 'prefix' to be set on the command line Dominik, C.
2008-06-09 14:18 ` Eddward DeVilla
2008-06-09 15:43 ` Peter Jones
2008-06-15 7:12 ` [PATCH] " Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2hccbi9o4.fsf@pmade.com \
--to=mlists@pmade.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.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).