[gnome-games] [lightsoff] [same-gnome-clutter] libgames-support now lives in pkglibdir



commit 4c791d41fb62d19b09f5196169359b4d2fc644e3
Author: Tim Horton <hortont svn gnome org>
Date:   Sun Jul 19 17:32:10 2009 -0400

    [lightsoff] [same-gnome-clutter] libgames-support now lives in pkglibdir

 lightsoff/data/themes/tango/Makefile.am  |    2 --
 lightsoff/src/lightsoff.in               |    2 +-
 same-gnome-clutter/same-gnome-clutter.in |    2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/lightsoff/data/themes/tango/Makefile.am b/lightsoff/data/themes/tango/Makefile.am
index 3efd759..92c3cdf 100644
--- a/lightsoff/data/themes/tango/Makefile.am
+++ b/lightsoff/data/themes/tango/Makefile.am
@@ -17,5 +17,3 @@ EXTRA_DIST = \
 	highlight.svg \
 	theme.js
 
-CLEANFILES = theme.js
-
diff --git a/lightsoff/src/lightsoff.in b/lightsoff/src/lightsoff.in
index d1e96be..8041116 100644
--- a/lightsoff/src/lightsoff.in
+++ b/lightsoff/src/lightsoff.in
@@ -1,5 +1,5 @@
 #!/usr/bin/env sh
 
-export LD_LIBRARY_PATH= prefix@/share/gnome-games-common:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH= prefix@/lib/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 b0d22da..c50bfc4 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@/share/gnome-games-common:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH= prefix@/lib/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]