Hi, Ack, but please amend the commit message to; 1: include the bug nr this is fixing in the summary 2: explain what the problem this caused was in the details part of the commit You can edit the commit message of your last commit with: git commit --amend Regards, Hans On 01/15/2010 02:04 PM, Martin Gracik wrote:
--- loader/init.c | 2 +- loader/loader.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/loader/init.c b/loader/init.c index 021f2ab..715348f 100644 --- a/loader/init.c +++ b/loader/init.c @@ -86,7 +86,7 @@ char * env[] = { /* we set a nicer ld library path specifically for bash -- a full one makes anaconda unhappy */ -#if defined(__x86_64__) || defined(__s390x__) || defined(__ppc64__) +#if defined(__x86_64__) || defined(__s390x__) || defined(__powerpc64__) "LD_LIBRARY_PATH=/lib64:/usr/lib64:/lib:/usr/lib", #else "LD_LIBRARY_PATH=/lib:/usr/lib", diff --git a/loader/loader.h b/loader/loader.h index 80625e1..a56d0b8 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -178,7 +178,7 @@ struct loaderData_s { #endif /* library paths */ -#if defined(__x86_64__) || defined(__s390x__) || defined(__ppc64__) +#if defined(__x86_64__) || defined(__s390x__) || defined(__powerpc64__) #define LIBPATH "/lib64:/usr/lib64:/usr/X11R6/lib64:/usr/kerberos/lib64:/mnt/usr/lib64:/mnt/sysimage/lib64:/mnt/sysimage/usr/lib64" #else #define LIBPATH "/lib:/usr/lib:/usr/X11R6/lib:/usr/kerberos/lib:/mnt/usr/lib:/mnt/sysimage/lib:/mnt/sysimage/usr/lib"
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list