mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
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:
parent
f06c2e37fd
commit
98c636be78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255957
@ -48,4 +48,5 @@ $COPYRIGHT
|
||||
#define __FreeBSD_version $RELDATE
|
||||
#endif
|
||||
EOF
|
||||
chmod 644 $tmpfile
|
||||
mv $tmpfile osreldate.h
|
||||
|
Loading…
Reference in New Issue
Block a user