Install configuration files with 644 mode
Related: RHEL-54303
This commit is contained in:
parent
3d9c5beb8f
commit
2468f6a593
@ -444,8 +444,8 @@ mkdir -p %{buildroot}%{_sharedstatedir}/selinux/{targeted,mls,minimum,modules}/
|
||||
mkdir -p %{buildroot}%{_datadir}/selinux/packages
|
||||
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/dnf/protected.d/
|
||||
install -m 755 %{SOURCE38} %{buildroot}%{_sysconfdir}/dnf/protected.d/
|
||||
install -m 755 %{SOURCE39} %{buildroot}%{_sysconfdir}/dnf/protected.d/
|
||||
install -m 644 %{SOURCE38} %{buildroot}%{_sysconfdir}/dnf/protected.d/
|
||||
install -m 644 %{SOURCE39} %{buildroot}%{_sysconfdir}/dnf/protected.d/
|
||||
|
||||
# Install devel
|
||||
make clean
|
||||
|
Loading…
Reference in New Issue
Block a user