[gnome-games] Use @libdir@ instead of @prefix@/lib



commit 1043b2a41f5676c33539c24e7d9a62bf2e154560
Author: Tim Horton <hortont424 gmail com>
Date:   Wed Oct 7 01:34:34 2009 -0400

    Use @libdir@ instead of @prefix@/lib
    
    This fixes same-gnome-clutter and lightsoff on platforms where
    @libdir@ is NOT @prefix@/lib (i.e. where @libdir@ is @prefix@/lib64
    instead)

 lightsoff/src/lightsoff.in               |    2 +-
 same-gnome-clutter/same-gnome-clutter.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lightsoff/src/lightsoff.in b/lightsoff/src/lightsoff.in
index 8041116..62f3a15 100644
--- a/lightsoff/src/lightsoff.in
+++ b/lightsoff/src/lightsoff.in
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
 
-export LD_LIBRARY_PATH= prefix@/lib/gnome-games:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH= libdir@/gnome-games:$LD_LIBRARY_PATH
 /usr/bin/env seed @prefix@/share/gnome-games/lightsoff/main.js
 
diff --git a/same-gnome-clutter/same-gnome-clutter.in b/same-gnome-clutter/same-gnome-clutter.in
index c50bfc4..f8fbeb4 100644
--- a/same-gnome-clutter/same-gnome-clutter.in
+++ b/same-gnome-clutter/same-gnome-clutter.in
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
 
-export LD_LIBRARY_PATH= prefix@/lib/gnome-games:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH= libdir@/gnome-games:$LD_LIBRARY_PATH
 /usr/bin/env seed @prefix@/share/gnome-games/same-gnome-clutter/main.js
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]