aboutsummaryrefslogtreecommitdiffstats
path: root/community/a2ps/a2ps-4.13-manpage-chmod.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-17 11:46:52 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-24 18:56:33 +0000
commit44f09f98c5e4c349dcc6b25edde778f864f4ca5a (patch)
tree8a07a6c786e1c1d32c5e7c72f2f875ab9438022d /community/a2ps/a2ps-4.13-manpage-chmod.patch
parente687ca43f002b7469d415bc786ba072459057f1f (diff)
downloadaports-44f09f98c5e4c349dcc6b25edde778f864f4ca5a.tar.bz2
aports-44f09f98c5e4c349dcc6b25edde778f864f4ca5a.tar.xz
community/a2ps: move from main
Closes !509
Diffstat (limited to 'community/a2ps/a2ps-4.13-manpage-chmod.patch')
-rw-r--r--community/a2ps/a2ps-4.13-manpage-chmod.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/a2ps/a2ps-4.13-manpage-chmod.patch b/community/a2ps/a2ps-4.13-manpage-chmod.patch
new file mode 100644
index 0000000000..e0c61124e9
--- /dev/null
+++ b/community/a2ps/a2ps-4.13-manpage-chmod.patch
@@ -0,0 +1,12 @@
+diff -ur a2ps-4.13.orig/man/Makefile.maint a2ps-4.13/man/Makefile.maint
+--- a2ps-4.13.orig/man/Makefile.maint 2002-03-04 20:46:26.000000000 +0200
++++ a2ps-4.13/man/Makefile.maint 2007-02-19 21:50:29.000000000 +0200
+@@ -20,7 +20,7 @@
+ --include=$(basename $@).x \
+ --include=common.x \
+ $(executable) > $@-t || exit 1; \
+- chmod -w $@-t || exit 1; \
++ chmod a-w $@-t || exit 1; \
+ rm -f $@ || exit 1; \
+ mv $@-t $@ || exit 1; \
+ else \