Set proper permissions on the generated osreldate.h file; a file readable

only by root can cause install problems, especially over nfs.

Submitted by:	jilles@
Approved by:	re (gjb)
This commit is contained in:
Ian Lepore 2013-09-30 21:01:04 +00:00
parent f06c2e37fd
commit 98c636be78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255957

View File

@ -48,4 +48,5 @@ $COPYRIGHT
#define __FreeBSD_version $RELDATE
#endif
EOF
chmod 644 $tmpfile
mv $tmpfile osreldate.h