10 lines
357 B
Diff
10 lines
357 B
Diff
--- coreutils-8.21/man/local.mk.orig 2013-02-05 18:01:21.000000000 +0400
|
|
+++ coreutils-8.21/man/local.mk 2013-10-31 23:15:34.058400000 +0400
|
|
@@ -192,5 +192,5 @@
|
|
--output=$$t/$$name.1 $$t/$$name \
|
|
&& sed 's|$*\.td/||g' $$t/$$name.1 > $@-t \
|
|
&& rm -rf $$t \
|
|
- && chmod -w $@-t \
|
|
+ && chmod a-w $@-t \
|
|
&& mv $@-t $@
|