[gnome-maps] gnome-maps.in: Don't point to nonexistent directories



commit de1a75786f768a8a99d6264a2ba10cadb9deef5e
Author: Kalev Lember <kalevlember gmail com>
Date:   Sun Sep 8 13:56:43 2013 +0200

    gnome-maps.in: Don't point to nonexistent directories
    
    We don't install anything in $pkglibdir, so don't refer to that
    directory in gnome-maps.in either.
    
    Pointed out by Elad Alfassa on IRC.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707716

 src/gnome-maps.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-maps.in b/src/gnome-maps.in
index aa8cf69..206734b 100644
--- a/src/gnome-maps.in
+++ b/src/gnome-maps.in
@@ -1,8 +1,6 @@
 #!/bin/sh
 
 export GJS_PATH="@pkgdatadir@/js${GJS_PATH:+:$GJS_PATH}"
-export GI_TYPELIB_PATH="@pkglibdir@/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}"
-export LD_LIBRARY_PATH="@pkglibdir ${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
 
 if test x"$GJS_DEBUG_OUTPUT" = x ; then
     export GJS_DEBUG_OUTPUT=stderr


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