On Wed, 24 Jan 2007 20:38, [EMAIL PROTECTED] said:

> Note that if you want to change the prefix at installation time, you
> should use DESTDIR:
>
> make install DESTDIR=`pwd`/build-a-binary-package

FWIW:

DESTDIR should only be used if it is not the final destination of the
files.  If they are to be installed at a different place and symlinks
are used to link them to the correct place (e.g. using stow(1)) it is
better to use

 make install prefix=/foo/bla/root

GnuPG related packages feature a target stowinstall to make use of
stow easier:

  make stowinstall

installs the package at /usr/local/stow/gnupg or dirmngr, libksba,
etc.  stow needs to be called by hand of course.


Salam-Shalom,

   Werner



_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to