22a171f3e0
While there, put everything into subdirectories.
13 lines
351 B
Diff
13 lines
351 B
Diff
diff --git a/src/bandbi.c b/src/bandbi.c
|
|
index 03dd907..3698e85 100644
|
|
--- a/src/bandbi.c
|
|
+++ b/src/bandbi.c
|
|
@@ -82,7 +82,6 @@ start_bandb(void)
|
|
const char *suffix = "";
|
|
#endif
|
|
|
|
- rb_setenv("BANDB_DBPATH", PKGLOCALSTATEDIR "/ban.db", 1);
|
|
if(bandb_path == NULL)
|
|
{
|
|
rb_snprintf(fullpath, sizeof(fullpath), "%s/bandb%s", PKGLIBEXECDIR, suffix);
|