create intermediate directories in buildroot
This commit is contained in:
parent
6f0026aec1
commit
e68149e355
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ for f in browser/*.{html,css,js,png,gif}; do
|
|||
done
|
||||
|
||||
# Create a home directory for the user.
|
||||
%{__mkdir} -m755 %{buildroot}%{_localstatedir}/run/%{name}
|
||||
%{__mkdir} -p -m755 %{buildroot}%{_localstatedir}/run/%{name}
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
|
||||
cat <<EOF > %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf
|
||||
d %{_localstatedir}/run/%{name} 0755 root %{name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue