All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Mahoney <jeffm@suse.com>
To: Edward Shishkin <edward.shishkin@gmail.com>
Cc: reiserfs-devel@vger.kernel.org
Subject: Re: Fwd: [PATCH] dont run ldconfig when installing with DESTDIR
Date: Thu, 11 Oct 2012 11:55:11 -0400	[thread overview]
Message-ID: <5076EBDF.80901@suse.com> (raw)
In-Reply-To: <507595FA.10406@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/10/12 11:36 AM, Edward Shishkin wrote:
> 
> 
> 
> -------- Original Message -------- Subject: 	[PATCH] dont run
> ldconfig when installing with DESTDIR Date: 	Mon, 9 Feb 2009
> 13:20:24 -0500 From: 	Mike Frysinger <vapier@gentoo.org> To:
> reiserfs-devel@vger.kernel.org
> 
> 
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- run-ldconfig
> |    5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/run-ldconfig b/run-ldconfig index 227f126..e4b1b93
> 100755 --- a/run-ldconfig +++ b/run-ldconfig @@ -1,5 +1,10 @@ 
> #!/bin/bash
> 
> +if [ -n "$DESTDIR" ] ; then +	echo "Skipping ldconfig due to
> installing into temp root (DESTDIR)" +	exit 0 +fi + ldc=""; if [ -x
> /sbin/ldconfig ]; then ldc="/sbin/ldconfig"; -- 1.6.1.2

This one seems to be gentoo-specific, or at least against a file that
doesn't exist in the actual reiserfsprogs tarball.

- -Jeff


- -- 
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQduvfAAoJEB57S2MheeWy0ZgP/2hj0hMROmK4sPMyy6IVhkFm
cQFG17qsT+liC+rBAnJ3KgwK1yy59yWv+ldKvDvD5oCcpzTW5yap4U2uIw31XA96
v3mcHPbCVRP3kFAVYN7/IOH+0rOUlm78aI9Nk9GwyblFFBg+8WOLHOwQPRgwNy4+
1FDKNb/xB4dd/j5OQ5jIlQlMSorau6jftMrYdklInYesLd9CmND1h9BqrzCPDHb3
H1zfQzDT6p4ZQZYMiVmbtkQhsEAMJuyAa3hY6isapIzCjDGNUHdqvXPYLWtNeaH5
NC59Zd2BCQJhfpHCw/DZ+w6nCojeCmFjQ6SHF/bYVtnITleZ/ED48HRwQzu6xHKY
vmzoMH6Yl6IRuqkbIAjapXR6D3lAS1a92uPNwBCTGcVElRwkRdYpnbyWN99xAZkF
gOenVv1ZbPXbs9vHPiefoA3cvV3Dlo/OwuJTne5eJg9SrVB1amEtPQH0O1UbT8/8
zH4j/V/WtR2x0iCUQthKJrPIyalNCaLbjeDM0TEutmTT3fjW9l+LZnGIKQ980hyM
G1zUUmMt5/s+GP5o7t7kb+pZwBd76aut1ur67jEY6X1P/3WrlsmzMQpEbXwGe9k/
0PHAk7btEsg8TnOE6rSjAL+MEV1RPZkcAvID3gQx0WLd+FQLUkPKASVN1kQ4EN3O
cWOIqXEBn1bmBO7zcbmB
=wZO/
-----END PGP SIGNATURE-----

      parent reply	other threads:[~2012-10-11 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 18:20 [PATCH] dont run ldconfig when installing with DESTDIR Mike Frysinger
     [not found] ` <507595FA.10406@gmail.com>
2012-10-11 15:55   ` Jeff Mahoney [this message]

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=5076EBDF.80901@suse.com \
    --to=jeffm@suse.com \
    --cc=edward.shishkin@gmail.com \
    --cc=reiserfs-devel@vger.kernel.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.