[seed] Use @libdir@ instead of @prefix@/lib



commit 425ed40aa5b35deed2eb9c2c9c878ef24d293b37
Author: Tim Horton <hortont424 gmail com>
Date:   Wed Oct 7 01:46:26 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)

 extensions/Seed.js.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/Seed.js.in b/extensions/Seed.js.in
index 700b047..5f76a7d 100644
--- a/extensions/Seed.js.in
+++ b/extensions/Seed.js.in
@@ -174,7 +174,7 @@ Seed.printf = function () { print(Seed.sprintf.apply(this, arguments)) };
 if(!imports.searchPath || (imports.searchPath.length == 0))
 {
 	imports.searchPath = [ "@GNOME_JS_DIR@",
-	                       "@prefix@/lib/seed",
+	                       "@libdir@/seed",
 	                       "@prefix@/share/seed",
 	                       "/usr/local/lib/seed",
 	                       "/usr/local/share/seed",



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