diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /math/gretl/files/patch-lib::src::gretl_utils.c | |
parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) |
Notes
Diffstat (limited to 'math/gretl/files/patch-lib::src::gretl_utils.c')
-rw-r--r-- | math/gretl/files/patch-lib::src::gretl_utils.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/gretl/files/patch-lib::src::gretl_utils.c b/math/gretl/files/patch-lib::src::gretl_utils.c deleted file mode 100644 index b05b6e035e38..000000000000 --- a/math/gretl/files/patch-lib::src::gretl_utils.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/src/gretl_utils.c.orig Mon Sep 30 06:13:40 2002 -+++ lib/src/gretl_utils.c Mon Oct 21 08:31:52 2002 -@@ -1373,8 +1373,8 @@ - if (home != NULL) { - strcpy(ppaths->gretldir, home); - } else { -- strcpy(ppaths->gretldir, GRETL_PREFIX); -- strcat(ppaths->gretldir, "/share/gretl/"); -+ strcpy(ppaths->gretldir, DATADIR); -+ strcat(ppaths->gretldir, "/gretl/"); - } - if (gui) { - sprintf(ppaths->binbase, "%sdb/", ppaths->gretldir); |