2
0
mirror of git://github.com/lxc/lxc synced 2025-09-01 00:42:38 +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:
Daniel Lezcano
2009-07-10 08:58:27 +02:00
committed by Daniel Lezcano
parent 3e3bf8aee6
commit 92fc52d3db

View File

@@ -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)