All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aron Griffis <aron@hp.com>
To: keir@xensource.com
Cc: xen-devel@lists.xensource.com, xen-ia64-devel@lists.xensource.com
Subject: [PATCH] pygrub: ia64 doesn't use /usr/lib64
Date: Wed, 2 May 2007 15:02:22 -0400	[thread overview]
Message-ID: <20070502190220.GA22251@fc.hp.com> (raw)

Keir,

Please apply to 3.1.0

ia64 doesn't use /usr/lib64 on any distribution.  When it's present,
it's a symlink to /usr/lib

Signed-off-by: Aron Griffis <aron@hp.com>

diff -r 53b9883bbcc3 -r 13af73f1b429 tools/libfsimage/common/fsimage_plugin.c
--- a/tools/libfsimage/common/fsimage_plugin.c	Fri Apr 27 14:45:06 2007 +0100
+++ b/tools/libfsimage/common/fsimage_plugin.c	Wed May 02 14:47:03 2007 -0400
@@ -137,6 +137,9 @@ static int load_plugins(void)
 
 	if (sizeof(void *) == 8)
 		isadir = "64/";
+#elif defined(__ia64__)
+	if (fsdir == NULL)
+		fsdir = "/usr/lib/fs";
 #else
 	if (fsdir == NULL) {
 		if (sizeof(void *) == 8)

                 reply	other threads:[~2007-05-02 19:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20070502190220.GA22251@fc.hp.com \
    --to=aron@hp.com \
    --cc=keir@xensource.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ia64-devel@lists.xensource.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 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.