diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2010-04-06 06:59:58 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2010-04-06 06:59:58 +0000 |
commit | b28ffa61ebc105afd21e8a2868e65097c832ef1b (patch) | |
tree | 40378060bb8d0bfe20a916499378a2b972cdbba3 | |
parent | Fixed install dir (diff) | |
download | librewolf-fedora-ff-b28ffa61ebc105afd21e8a2868e65097c832ef1b.tar.gz librewolf-fedora-ff-b28ffa61ebc105afd21e8a2868e65097c832ef1b.tar.bz2 librewolf-fedora-ff-b28ffa61ebc105afd21e8a2868e65097c832ef1b.zip |
Fixed install dir
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index a9e024f..83fc259 100644 --- a/firefox.spec +++ b/firefox.spec @@ -29,7 +29,7 @@ URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet # From ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pretag}/source -Source0: firefox-%{internal_version}%{?prever}.source.tar.bz2 +Source0: firefox-%{version}%{?prever}.source.tar.bz2 %if %{build_langpacks} Source2: firefox-langpacks-%{version}-20100403.tar.bz2 %endif |