diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 18:15:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 18:15:49 +0000 |
commit | 0f614471e458efee3341771c73a8ca00072a9f54 (patch) | |
tree | cf47d2d0d2b13b29bc029692bb08de17d75d5063 /misc/gretl/files/patch-lib::src::gretl_paths.c | |
parent | - Update to version 0.9.5 (diff) |
- Update to version 1.2.3
PR: ports/63595
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=102664
Diffstat (limited to 'misc/gretl/files/patch-lib::src::gretl_paths.c')
-rw-r--r-- | misc/gretl/files/patch-lib::src::gretl_paths.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/gretl/files/patch-lib::src::gretl_paths.c b/misc/gretl/files/patch-lib::src::gretl_paths.c new file mode 100644 index 000000000000..12770b080297 --- /dev/null +++ b/misc/gretl/files/patch-lib::src::gretl_paths.c @@ -0,0 +1,13 @@ +--- lib/src/gretl_paths.c.orig Wed Feb 11 06:14:36 2004 ++++ lib/src/gretl_paths.c Sun Feb 29 18:10:53 2004 +@@ -432,8 +432,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/"); + } + + sprintf(ppaths->binbase, "%sdb/", ppaths->gretldir); |