mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 09:47:06 +00:00
don't create the lxc directory at rpm installation
Don't create the directory when we install the lxc package. This is handled by lxc-create. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
3e3bf8aee6
commit
92fc52d3db
@ -68,8 +68,6 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
mkdir -p /var/lxc
|
|
||||||
chmod ugo+w /var/lxc
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user