OCaml 4.14.0 rebuild
[arch-packages.git] / a2ps / trunk / a2ps-4.13-manpage-chmod.patch
blobe0c61124e9dfec3061441f4d2e2ca25b7eb5b421
1 diff -ur a2ps-4.13.orig/man/Makefile.maint a2ps-4.13/man/Makefile.maint
2 --- a2ps-4.13.orig/man/Makefile.maint 2002-03-04 20:46:26.000000000 +0200
3 +++ a2ps-4.13/man/Makefile.maint 2007-02-19 21:50:29.000000000 +0200
4 @@ -20,7 +20,7 @@
5 --include=$(basename $@).x \
6 --include=common.x \
7 $(executable) > $@-t || exit 1; \
8 - chmod -w $@-t || exit 1; \
9 + chmod a-w $@-t || exit 1; \
10 rm -f $@ || exit 1; \
11 mv $@-t $@ || exit 1; \
12 else \