From 9da392dacc955589bf68ceb1d46188aaa9e614e6 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 4 Nov 2018 13:19:23 +0100 Subject: app-text/openjade: Fix chmod call Thanks-to: Pavel Goran Closes: https://bugs.gentoo.org/487218 Signed-off-by: Pacho Ramos Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-text/openjade/files/openjade-1.3.2-chmod.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-text/openjade/files/openjade-1.3.2-chmod.patch (limited to 'app-text/openjade/files') 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) $< -- cgit v1.2.3-65-gdbad