automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About make install


From: Simon Richter
Subject: Re: About make install
Date: Wed, 28 May 2003 22:56:20 +0200
User-agent: Mutt/1.5.4i

David,

> This will make things easier for programs that need to know what files are
> being installed, so they can keep a list of installed packages, that can
> be updated, deleted, etc...

The canonical way to do this is to install into a separate dir and
create symlinks (e.g. using the GNU stow utility). Configure the package
as if you would install into the final location, then pass
"DESTDIR=<some dir>" to make install. This way, you get a separate
directory tree, so you can be absolutely sure what got installed.

HTH,
   Simon

-- 
GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD  ADC6 18A0 CC8D 5706 A4B4

Attachment: pgpUSO5mDJolm.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]