tapplied patch from pancake - surf - customized build of surf, the suckless webkit browser
HTML git clone git://src.adamsgaard.dk/surf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 9708b64eed9c51ebbec702d92bc97645ccbb0be6
DIR parent 504fc78c312c5bd85ab9bac271ed754c7352c8bc
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Wed, 9 Sep 2009 11:01:50 +0200
applied patch from pancake
Diffstat:
M surf.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/surf.c b/surf.c
t@@ -659,8 +659,6 @@ int main(int argc, char *argv[]) {
/* make dirs */
home = g_get_home_dir();
- filename = g_build_filename(home, ".surf", NULL);
- g_mkdir_with_parents(filename, 0711);
filename = g_build_filename(home, ".surf", "dl", NULL);
g_mkdir_with_parents(filename, 0755);