summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-07 08:47:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-07 08:47:29 +0000
commit9f64f2c714fb4bacb2f527dd7c1f78f1ebb5f82e (patch)
tree2a4dc54626a34486c7d918d8602930ada9af919f /media-sound/poc/files
parentinitial import (diff)
downloadgentoo-2-9f64f2c714fb4bacb2f527dd7c1f78f1ebb5f82e.tar.gz
gentoo-2-9f64f2c714fb4bacb2f527dd7c1f78f1ebb5f82e.tar.bz2
gentoo-2-9f64f2c714fb4bacb2f527dd7c1f78f1ebb5f82e.zip
dont create mp3 files +x
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-sound/poc/files')
-rw-r--r--media-sound/poc/files/poc-0.4.1-file-perms.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/media-sound/poc/files/poc-0.4.1-file-perms.patch b/media-sound/poc/files/poc-0.4.1-file-perms.patch
new file mode 100644
index 000000000000..ee23d90ab82b
--- /dev/null
+++ b/media-sound/poc/files/poc-0.4.1-file-perms.patch
@@ -0,0 +1,9 @@
+Creating mp3 files with u+x attributes is just silly
+
+--- file.c
++++ file.c
+@@ -136,3 +136,3 @@
+ file->fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC,
+- S_IRWXU | S_IRGRP | S_IROTH);
++ S_IRUSR|S_IWUSR | S_IRGRP | S_IROTH);
+