aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib::src::gretl_paths.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
commitcec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch)
tree26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /math/gretl/files/patch-lib::src::gretl_paths.c
parent6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_EOL'.4-eol
Notes
Notes: svn path=/head/; revision=183609 svn path=/tags/RELEASE_4_EOL/; revision=183610; tag=4-eol
Diffstat (limited to 'math/gretl/files/patch-lib::src::gretl_paths.c')
-rw-r--r--math/gretl/files/patch-lib::src::gretl_paths.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/gretl/files/patch-lib::src::gretl_paths.c b/math/gretl/files/patch-lib::src::gretl_paths.c
deleted file mode 100644
index 12770b080297..000000000000
--- a/math/gretl/files/patch-lib::src::gretl_paths.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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);