diff options
author | 2010-06-17 14:04:15 +0200 | |
---|---|---|
committer | 2010-06-17 14:04:15 +0200 | |
commit | 411c76ce0fa7a27692bad5836de37dc58ca8b016 (patch) | |
tree | 2ab9b042630352c40ebea53a8d3581079908c2e2 /lxc.spec.in | |
parent | add lxc.console documentation (diff) | |
download | lxc-411c76ce0fa7a27692bad5836de37dc58ca8b016.tar.gz lxc-411c76ce0fa7a27692bad5836de37dc58ca8b016.tar.bz2 lxc-411c76ce0fa7a27692bad5836de37dc58ca8b016.zip |
fix lxc.spec.in
Changed the directory location for documents.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'lxc.spec.in')
-rw-r--r-- | lxc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxc.spec.in b/lxc.spec.in index ac3d81c..04ea951 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -76,7 +76,7 @@ rm -rf %{buildroot} %{_bindir}/* %{_mandir}/* %{_datadir}/pkgconfig/* -%{_docdir}/%{name}/* +%{_datadir}/doc/* %files devel %defattr(-,root,root) |