]> git.pld-linux.org Git - packages/gg.git/commitdiff
- one more slash gg-0_2_2_1-3
authoradgor <adgor@pld-linux.org>
Thu, 30 May 2002 11:25:38 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg-home_etc.patch -> 1.4

gg-home_etc.patch

index 33ef3ae1c17bd1ae82fb035949fa679c32e301c9..58038fe530e37f11168e41cfc21e28d3222c1606 100644 (file)
@@ -89,7 +89,7 @@ diff -Nur gg-0.2.2.1.orig/src/main.c gg-0.2.2.1/src/main.c
 -      g_free(path);
 +      config.homedir = NULL;
 +      if (getenv("CONFIG_DIR"))
-+          config.homedir = g_strconcat(getenv("HOME"), 
++          config.homedir = g_strconcat(getenv("HOME"),"/", 
 +              getenv("CONFIG_DIR"), "/gg", NULL);
 +      else
 +          config.homedir = g_strconcat(getenv("HOME"), "/.gg", NULL);
This page took 0.079916 seconds and 4 git commands to generate.