[filezilla] Fix build

Nicolas Chauvet kwizart at fedoraproject.org
Sun Nov 28 00:20:59 UTC 2010


commit 415087ea9921557955fe087d59db0e35f10935e6
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sun Nov 28 01:21:00 2010 +0100

    Fix build

 filezilla.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/filezilla.spec b/filezilla.spec
index a0087af..86742ca 100644
--- a/filezilla.spec
+++ b/filezilla.spec
@@ -118,10 +118,10 @@ fi || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
-%doc %{_datadir}/%{name}/docs/*
-%dir %{_syscondir}/%{name}
-%ghost %{_syscondir}/%{name}/fzdefaults.xml
-%config %{_syscondir}/%{name}/fzdefaults.xml.example
+%exclude %{_datadir}/%{name}
+%dir %{_sysconfdir}/%{name}
+%ghost %{_sysconfdir}/%{name}/fzdefaults.xml
+%config %{_sysconfdir}/%{name}/fzdefaults.xml.example
 %{_bindir}/*
 %{_datadir}/filezilla/
 %{_datadir}/applications/*%{name}.desktop


More information about the scm-commits mailing list