From f6c58693e58b540585725bb6ca65a47b245a09c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 May 2013 18:46:46 +0200 Subject: firefox: mini cleanup --- firefox.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firefox.spec b/firefox.spec index 45ba76f..e79b059 100644 --- a/firefox.spec +++ b/firefox.spec @@ -37,7 +37,7 @@ %global rc_version 0 %global datelang 20130514 -%global mozappdir %{_libdir}/firefox +%global mozappdir %{_libdir}/%{name} %global langpackdir %{mozappdir}/langpacks %global tarballdir mozilla-release @@ -321,7 +321,6 @@ DESTDIR=$RPM_BUILD_ROOT make install %{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications} sed -e 's/^Name=.*/Name=Firefox %{version} %{?mycomment}/' \ - -e "s/firefox/%{name}/" \ %{SOURCE20} | tee %{name}.desktop desktop-file-install \ -- cgit