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
@ -48,4 +48,5 @@ $COPYRIGHT
|
||||
#define __FreeBSD_version $RELDATE
|
||||
#endif
|
||||
EOF
|
||||
chmod 644 $tmpfile
|
||||
mv $tmpfile osreldate.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user