diff options
author | 2016-07-03 11:21:25 +0000 | |
---|---|---|
committer | 2016-07-03 11:28:46 +0000 | |
commit | 3ab8c746378996641738ca3efb7399db5f188c36 (patch) | |
tree | 3a0ded31f14acfa0757673d52452e5df7160d4d0 /app-arch/torrentzip/files | |
parent | app-arch/torrentzip: Stable for amd64. Retroactively mark stable for the rema... (diff) | |
download | gentoo-3ab8c746378996641738ca3efb7399db5f188c36.tar.gz gentoo-3ab8c746378996641738ca3efb7399db5f188c36.tar.bz2 gentoo-3ab8c746378996641738ca3efb7399db5f188c36.zip |
app-arch/torrentzip: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-arch/torrentzip/files')
-rw-r--r-- | app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch b/app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch deleted file mode 100644 index 79df2ef21006..000000000000 --- a/app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/trrntzip.c -+++ b/src/trrntzip.c -@@ -782,7 +782,7 @@ - - if (strstr (szTmpBuf, ".zip\0") && !(istat.st_mode & S_IWUSR)) - { -- chmod (direntp->d_name, S_IWUSR); -+ chmod (direntp->d_name, S_IWUSR | S_IRUSR); - mig.cEncounteredZips++; - - if (!mig.fProcessLog) |