Linux LVM users
 help / color / mirror / Atom feed
From: Luca Berra <bluca@comedia.it>
To: LVM List <linux-lvm@sistina.com>
Subject: Re: [linux-lvm] 0.9.1-beta4 install bug
Date: Sun, 11 Feb 2001 19:35:24 +0100	[thread overview]
Message-ID: <20010211193524.B5840@colombina.comedia.it> (raw)
In-Reply-To: <17316403266.20010211154237@lopez.at>; from adalbert.list@lopez.at on Sun, Feb 11, 2001 at 03:42:37PM +0100

On Sun, Feb 11, 2001 at 03:42:37PM +0100, Adalbert Michelic wrote:
> Hi,
> 
> * On Sunday, February 11, 2001 at 00:28, Steven Lembark wrote:
> >         ./configure --prefix=/opt/lvm/0.9.1
> 
> > leaves only the man pages in the prefix dir, exec's still go
> > to /sbin.  this is bad news since it will blow off the entire
> > LVM installation the next time i test an install.  
[...]
> > so, prefix should set eprefix & friends which should leave the
> > binaries in /opt/lvm/0.9.1/sbin, etc.
> 
> You have to set --exec-prefix either - --prefix does _not_ modify
> --exec-prefix as far as i can see.

if you want to change the behaviour do this
and rerun autoconf
(NOTE exec_prefix should be set to "", not "/", because it is used as in
sbindir=${exec_prefix}/sbin )
	                  ^

--- ./configure.in.bluca        Sat Feb 10 13:00:50 2001
+++ ./configure.in      Sun Feb 11 19:22:22 2001
@@ -74,8 +74,8 @@
                           statically.  Default is dynamic linking],  STATIC_LINK=$enableval, STATIC_LINK=no)
 
 dnl Mess with default exec_prefix
-if [[ "x$exec_prefix" = xNONE ]];
- then  exec_prefix="/";
+if [[ "x$exec_prefix" = xNONE -a "x$prefix" = xNONE ]];
+ then  exec_prefix="";
 fi;
 
 dnl Checks for library functions.

-- 
Luca Berra -- bluca@comedia.it
        Communication Media & Services S.r.l.
 /"\
 \ /     ASCII RIBBON CAMPAIGN
  X        AGAINST HTML MAIL
 / \

  reply	other threads:[~2001-02-11 18:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-10 23:28 [linux-lvm] 0.9.1-beta4 install bug Steven Lembark
2001-02-11 14:42 ` Adalbert Michelic
2001-02-11 18:35   ` Luca Berra [this message]
2001-02-11 20:38     ` Steven Lembark
2001-02-11 21:40       ` Luca Berra
2001-02-11 22:18         ` Steven Lembark
2001-02-12  9:26           ` Luca Berra
2001-02-12 15:09     ` AJ Lewis
2001-02-12  5:42 ` Andreas Dilger

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010211193524.B5840@colombina.comedia.it \
    --to=bluca@comedia.it \
    --cc=linux-lvm@sistina.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox