aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2009-11-20 15:01:31 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2009-11-20 15:01:31 +0100
commit3e4bb51f6f674efd5d41d90e54f7dcd95912a34e (patch)
tree77fc79492a9088add72442af9f71cff10193a99b
parentcheck if lxc.netdev.link is set for macvlan (diff)
downloadlxc-3e4bb51f6f674efd5d41d90e54f7dcd95912a34e.tar.gz
lxc-3e4bb51f6f674efd5d41d90e54f7dcd95912a34e.tar.bz2
lxc-3e4bb51f6f674efd5d41d90e54f7dcd95912a34e.zip
fix rpm generation regarding latest modifications
The configuration examples have been moved to doc/lxc/examples. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r--lxc.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lxc.spec.in b/lxc.spec.in
index 195b31e..2d7f37d 100644
--- a/lxc.spec.in
+++ b/lxc.spec.in
@@ -71,12 +71,12 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
-%{_sysconfdir}/%{name}/*
%{_libdir}/*.so*
%{_bindir}/*
%{_libexecdir}/*
%{_mandir}/*
%{_datadir}/pkgconfig/*
+%{_docdir}/%{name}/*
%files devel
%defattr(-,root,root)