Add files from parent branch HEAD:
[pkgsrc.git] / archivers / torrentzip / patches / patch-aa
1 $NetBSD$
2
3 --- src/trrntzip.c.orig 2005-05-02 15:38:40.000000000 +0200
4 +++ src/trrntzip.c
5 @@ -782,7 +782,7 @@ RecursiveMigrate (const char *pszPath, W
6    
7            if (strstr (szTmpBuf, ".zip\0") && !(istat.st_mode & S_IWUSR))
8            {            
9 -            chmod (direntp->d_name, S_IWUSR);
10 +            chmod (direntp->d_name, S_IRUSR|S_IWUSR);
11              mig.cEncounteredZips++;
12    
13              if (!mig.fProcessLog)