update-motd: fix file permissions for /etc/motd.head

Commit 685baaed added text file /etc/motd.head with execute
permission.

Partial-Bug: 1790863

Change-Id: I1104a5d7320f5fc32801c1129df589ce32fdf656
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
This commit is contained in:
Michel Thebeau 2018-09-20 12:52:33 -04:00
parent 12a2ce4590
commit 178e41f0b3
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}/motd.d
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/motd.d/00-header
install -m 755 %{SOURCE0} %{buildroot}%{_sysconfdir}/motd.d/99-footer
install -m 755 %{SOURCE8} %{buildroot}%{_sysconfdir}/motd.head
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/motd.head
install -d %{buildroot}%{_sysconfdir}/cron.d
install -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/cron.d/motd-update