diff options
author | mycroft <mycroft> | 2000-11-23 18:28:54 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2000-11-23 18:28:54 +0000 |
commit | e28e8ecaec2f19c8d7323c141866e75b177c1a5c (patch) | |
tree | 882c7e773c68c9188a1706711c2410e11abede37 /graphics/ee | |
parent | 4978ac068f97e7e03f519f0768c18ebac6198258 (diff) | |
download | pkgsrc-e28e8ecaec2f19c8d7323c141866e75b177c1a5c.tar.gz |
Make sure ~/.ee is created *writable*.
Diffstat (limited to 'graphics/ee')
-rw-r--r-- | graphics/ee/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/ee/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ee/files/patch-sum b/graphics/ee/files/patch-sum index 4f1e3cc0a73..c4561b04d38 100644 --- a/graphics/ee/files/patch-sum +++ b/graphics/ee/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/11/23 18:23:46 mycroft Exp $ +$NetBSD: patch-sum,v 1.4 2000/11/23 18:28:54 mycroft Exp $ -MD5 (patch-aa) = 57914600c5e5d341ab381d1bd1a96730 +MD5 (patch-aa) = af0345d48d23ef7f7a6c7ec08ac59cab MD5 (patch-ab) = 8c5a00324ba6f3ff7d7a310738353ef1 diff --git a/graphics/ee/patches/patch-aa b/graphics/ee/patches/patch-aa index 9ef4602d15b..8b7eeed9441 100644 --- a/graphics/ee/patches/patch-aa +++ b/graphics/ee/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2000/11/23 18:23:47 mycroft Exp $ +$NetBSD: patch-aa,v 1.3 2000/11/23 18:28:54 mycroft Exp $ --- ee_conf.c.orig Wed Mar 31 12:15:14 1999 +++ ee_conf.c Wed Mar 31 12:22:10 1999 @@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.2 2000/11/23 18:23:47 mycroft Exp $ + s = g_strconcat(hom, "/.ee", NULL); + i = stat(s, &sb); + if (i == -1 && errno == ENOENT) -+ mkdir(s, 0); ++ mkdir(s, S_IRWXU); s = g_strconcat(hom, "/.ee/settings", NULL); g_free(hom); f = fopen(s, "w"); |