Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 22:23:09 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r245187 - projects/mtree/share/info
Message-ID:  <201301082223.r08MN9ok027794@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue Jan  8 22:23:09 2013
New Revision: 245187
URL: http://svnweb.freebsd.org/changeset/base/245187

Log:
  Install the info directory file owner writable so subsequent calls of
  install-info work when run by the non-root owner.
  
  This is something of a hack, but given the future of info in the base
  system that's probably ok.

Modified:
  projects/mtree/share/info/Makefile

Modified: projects/mtree/share/info/Makefile
==============================================================================
--- projects/mtree/share/info/Makefile	Tue Jan  8 22:21:17 2013	(r245186)
+++ projects/mtree/share/info/Makefile	Tue Jan  8 22:23:09 2013	(r245187)
@@ -17,6 +17,6 @@ beforeinstall:
 	@exit 3;
 .endif
 .if !exists(${DESTDIR}${INFODIR}/dir)
-	${INSTALL} -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \
+	${INSTALL} -o ${INFOOWN} -g ${INFOGRP} -m 644 \
 		 dir-tmpl ${DESTDIR}${INFODIR}/dir
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301082223.r08MN9ok027794>