Commit f1a3a3ab by Dwight Engen Committed by Stéphane Graber

make install should create /var/cache/lxc directory

parent f8ddeaa5
......@@ -11,6 +11,7 @@ pcdata_DATA = lxc.pc
install-data-local:
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
ChangeLog::
@touch ChangeLog
......
......@@ -98,6 +98,7 @@ rm -rf %{buildroot}
%{_libdir}/*.so.*
%{_libdir}/%{name}
@LXCPATH@
%{_localstatedir}/cache/lxc
%attr(4555,root,root) %{_libexecdir}/%{name}/lxc-init
%files devel
......
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