On 11 February 2012 04:13, Vasudev Kamath <[email protected]> wrote:
> For your information. I applied your patch and it was uploaded to
> Debian. But I got this mail after it is accepted to Debian. If you can
> provide me a patch which will help saving the surf package in
> Debian it would be great.
See attached, same as Florian suggested.
Cheers,
Anselm
--- surf.c.orig 2012-02-11 10:42:25.439766456 +0100
+++ surf.c 2012-02-11 10:42:39.279767695 +0100
@@ -126,7 +126,7 @@
apath = g_strconcat(g_get_home_dir(), "/", path, NULL);
if((p = strrchr(apath, '/'))) {
*p = '\0';
- g_mkdir_with_parents(apath, 0755);
+ g_mkdir_with_parents(apath, 0700);
*p = '/';
}
/* creating file (gives error when apath ends with "/") */