zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: add DESTDIR functionality to install
Date: Mon, 30 Aug 1999 15:31:01 +0000	[thread overview]
Message-ID: <990830153101.ZM6317@candle.brasslantern.com> (raw)
In-Reply-To: <9908301228.AA16041@ibmth.df.unipi.it>

On Aug 30,  2:28pm, Peter Stephenson wrote:
} Subject: Re: PATCH: add DESTDIR functionality to install
}
} Clint Adams wrote:
} > e.g. make install DESTDIR=/tmp/test-chroot
} 
} I've applied this, but it doesn't look like it changes any of the internal
} variables, particularly module_path, that need to know where to find things
} (and install time is too late for that), so it's not clear to my how useful
} it actually is.

This is quite useful in a couple of cases:

(1) Installing for package manager utilities like "rpm" and "stow", which
want an image of the actual install tree in another location but need the
real path names in the internal values because they will later re-copy or
link the files into the true $(prefix) locations.

(2) Installing onto an NFS server where the path on the server is not the
same as where it will be mounted on the clients, and the internal values
need to reflect the client locations.

(3) Installing into a mirror filesystem to which a "chroot" will be done.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1999-08-30 15:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-21  2:39 Clint Adams
1999-08-27 15:39 ` Bart Schaefer
1999-08-30 12:28 ` Peter Stephenson
1999-08-30 15:31   ` Bart Schaefer [this message]
1999-08-31  7:21   ` Andrej Borsenkow

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=990830153101.ZM6317@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).