summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib::src::gretl_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/files/patch-lib::src::gretl_utils.c')
-rw-r--r--math/gretl/files/patch-lib::src::gretl_utils.c13
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);