diff options
author | blizzard <blizzard@fedoraproject.org> | 2004-10-19 19:24:02 +0000 |
---|---|---|
committer | blizzard <blizzard@fedoraproject.org> | 2004-10-19 19:24:02 +0000 |
commit | f083dd4ac00128975d38eaeffe6577ccae8f70c5 (patch) | |
tree | 97f9a007daeef8ea7ff2c1d08582caa91b3218f1 | |
parent | try to fix the %files section (diff) | |
download | librewolf-fedora-ff-f083dd4ac00128975d38eaeffe6577ccae8f70c5.tar.gz librewolf-fedora-ff-f083dd4ac00128975d38eaeffe6577ccae8f70c5.tar.bz2 librewolf-fedora-ff-f083dd4ac00128975d38eaeffe6577ccae8f70c5.zip |
don't use %dir
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index a184327..2341a90 100644 --- a/firefox.spec +++ b/firefox.spec @@ -216,7 +216,7 @@ fi %{_mandir}/man1/* %{_datadir}/applications/mozilla-%{name}.desktop %{_datadir}/pixmaps/firefox.png -%dir %{ffdir} +%{ffdir} #--------------------------------------------------------------------- |