aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib::src::gretl_paths.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
commitb47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch)
tree82e808f1c6023ffd99af5a14a44b649fd49d587e /math/gretl/files/patch-lib::src::gretl_paths.c
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
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);