Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 43fab9561aac517f3cf8980a249270ac > files > 2

automake1.7-1.7.9-7.2mdvmes5.2.src.rpm


http://thread.gmane.org/gmane.comp.sysutils.automake.patches/8572

--- lib/am/distdir.am	2012-07-12 09:46:06.000000000 +0000
+++ lib/am/distdir.am.oden	2012-07-12 09:47:23.000000000 +0000
@@ -298,7 +298,7 @@ distcheck: dist
 ## Make the new source tree read-only.  Distributions ought to work in
 ## this case.  However, make the top-level directory writable so we
 ## can make our new subdirs.
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
+	chmod -R a-w $(distdir); chmod u+w $(distdir)
 	mkdir $(distdir)/_build
 	mkdir $(distdir)/_inst
 ## Undo the write access.