Commit 92fc52d3 by Daniel Lezcano Committed by Daniel Lezcano

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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 3e3bf8ae
......@@ -68,8 +68,6 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}
%post
mkdir -p /var/lxc
chmod ugo+w /var/lxc
%files
%defattr(-,root,root)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment