[Midnightbsd-cvs] src [8981] trunk/share/info/Makefile: install the template info dir with mode 644 allow it to be updated by its owner.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 29 21:12:47 EDT 2016


Revision: 8981
          http://svnweb.midnightbsd.org/src/?rev=8981
Author:   laffer1
Date:     2016-09-29 21:12:47 -0400 (Thu, 29 Sep 2016)
Log Message:
-----------
install the template info dir with mode 644 allow it to be updated by its owner.

Modified Paths:
--------------
    trunk/share/info/Makefile

Modified: trunk/share/info/Makefile
===================================================================
--- trunk/share/info/Makefile	2016-09-30 01:12:16 UTC (rev 8980)
+++ trunk/share/info/Makefile	2016-09-30 01:12:47 UTC (rev 8981)
@@ -1,5 +1,5 @@
 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
-# $MidnightBSD: src/share/info/Makefile,v 1.2 2009/04/15 02:22:13 laffer1 Exp $
+# $MidnightBSD$
 
 NO_OBJ=
 
@@ -17,6 +17,6 @@
 	@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



More information about the Midnightbsd-cvs mailing list