diff options
author | tv <tv@shackspace.de> | 2015-08-29 00:36:50 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-29 00:36:50 +0200 |
commit | 22a171f3e0405d504e8c8c3b32f73a8087a5ed66 (patch) | |
tree | 12d41954273e34f06cfbcf6e12f7fb64c7db2b4d /tv/5pkgs/charybdis/remove-setenv.patch | |
parent | 09257f97823e9a57cda749c2d5a69b18ef484cec (diff) |
krebs pkgs += charybdis lentil much
While there, put everything into subdirectories.
Diffstat (limited to 'tv/5pkgs/charybdis/remove-setenv.patch')
-rw-r--r-- | tv/5pkgs/charybdis/remove-setenv.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tv/5pkgs/charybdis/remove-setenv.patch b/tv/5pkgs/charybdis/remove-setenv.patch deleted file mode 100644 index bbaf95e19..000000000 --- a/tv/5pkgs/charybdis/remove-setenv.patch +++ /dev/null @@ -1,12 +0,0 @@ -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); |