diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-11-04 13:19:23 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-11-04 13:33:57 +0100 |
commit | 9da392dacc955589bf68ceb1d46188aaa9e614e6 (patch) | |
tree | 67b157b33d5ecc1a802a2505e19ec1b217918608 /app-text/openjade/files | |
parent | app-misc/jail: Drop old (diff) | |
download | gentoo-9da392dacc955589bf68ceb1d46188aaa9e614e6.tar.gz gentoo-9da392dacc955589bf68ceb1d46188aaa9e614e6.tar.bz2 gentoo-9da392dacc955589bf68ceb1d46188aaa9e614e6.zip |
app-text/openjade: Fix chmod call
Thanks-to: Pavel Goran
Closes: https://bugs.gentoo.org/487218
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-text/openjade/files')
-rw-r--r-- | app-text/openjade/files/openjade-1.3.2-chmod.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/openjade/files/openjade-1.3.2-chmod.patch b/app-text/openjade/files/openjade-1.3.2-chmod.patch new file mode 100644 index 000000000000..bafc798f1115 --- /dev/null +++ b/app-text/openjade/files/openjade-1.3.2-chmod.patch @@ -0,0 +1,11 @@ +--- Makefile.comm.in.orig 2017-07-11 20:14:20.459014115 +0700 ++++ Makefile.comm.in 2017-07-11 20:14:31.724715876 +0700 +@@ -53,7 +53,7 @@ + .m4.cxx: + rm -f $@ + $(PERL) $(srcdir)/../instmac.pl $< >$@ +- chmod -w $@ ++ chmod a-w $@ + + %.h %.cxx %.rc: %.msg + $(PERL) -w $(srcdir)/../msggen.pl $(MSGGENFLAGS) $< |