From 9f853e974976a970a801db1fed029cc06a78c680 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 10 Feb 2011 19:52:18 -0800 Subject: Remove some unused local variables --- firefox.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 6dbe3fa..d525c95 100644 --- a/firefox.spec +++ b/firefox.spec @@ -161,10 +161,7 @@ MOZ_SMP_FLAGS=-j1 [ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4 %endif -INTERNAL_GECKO=%{internal_version} -MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO} - -export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}" +export LDFLAGS="-Wl,-rpath,%{mozappdir}" make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS" MOZ_SERVICES_SYNC="1" # create debuginfo for crash-stats.mozilla.com @@ -178,11 +175,6 @@ make buildsymbols %install cd %{tarballdir} -INTERNAL_GECKO=%{internal_version} - -INTERNAL_APP_NAME=%{name}-${INTERNAL_GECKO} -MOZ_APP_DIR=%{_libdir}/${INTERNAL_APP_NAME} - DESTDIR=$RPM_BUILD_ROOT make install %{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications} -- cgit