From a20b52e572a4c4bbb7853765de377fb8b065a37d Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 3 May 2007 09:32:35 +0100 Subject: 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 --- tools/libfsimage/common/fsimage_plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/libfsimage') diff --git a/tools/libfsimage/common/fsimage_plugin.c b/tools/libfsimage/common/fsimage_plugin.c index ab35fb7d8f..d62435c8dd 100644 --- a/tools/libfsimage/common/fsimage_plugin.c +++ b/tools/libfsimage/common/fsimage_plugin.c @@ -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) -- cgit v1.2.3