aports/main/a2ps/a2ps-4.13-manpage-chmod.patch
Natanael Copa 7705d03c2d main/a2ps: new aport
a2ps is an Any to PostScript filter
http://www.gnu.org/software/a2ps/
2009-11-13 13:54:21 +00:00

13 lines
461 B
Diff

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 \