diff options
author | tv <tv@shackspace.de> | 2015-07-27 02:02:34 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-27 02:02:34 +0200 |
commit | afb6afff1d0f81d8a0dcfd94fa8e46a849bb094f (patch) | |
tree | ebdbaf99b0e2fcde8be0bd43455955e5cd17b3be /tv/pkgs/charybdis/remove-setenv.patch | |
parent | 45b173c11ecc7d6e8a177d7121bd06d923691b4b (diff) |
* tv -> tv *
Diffstat (limited to 'tv/pkgs/charybdis/remove-setenv.patch')
-rw-r--r-- | tv/pkgs/charybdis/remove-setenv.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tv/pkgs/charybdis/remove-setenv.patch b/tv/pkgs/charybdis/remove-setenv.patch new file mode 100644 index 000000000..bbaf95e19 --- /dev/null +++ b/tv/pkgs/charybdis/remove-setenv.patch @@ -0,0 +1,12 @@ +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); |