From b00c4d8943a5098490da2af9fba1eb7111ba3fb0 Mon Sep 17 00:00:00 2001 From: Figue Date: Wed, 12 Feb 2020 08:18:37 +0100 Subject: [PATCH] Remove extra tag workaround --- PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6b0d58834be98..cf40a9bcdd389 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -95,11 +95,6 @@ EOF # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052 patch -Np1 -i ../../../0001-Use-remoting-name-for-GDK-application-names.patch - # Remove extra tag - #mv -f browser/base/content/aboutDialog.xul browser/base/content/aboutDialog.xul_bad - #cat browser/base/content/aboutDialog.xul_bad | uniq > browser/base/content/aboutDialog.xul - #rm -f browser/base/content/aboutDialog.xul_bad - # Patch to move files directly to /usr/lib/icecat. No more symlinks. sed -e 's;$(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION);$(libdir)/$(MOZ_APP_NAME);g' -i config/baseconfig.mk sed -e 's;$(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION);$(libdir)/$(MOZ_APP_NAME)-devel;g' -i config/baseconfig.mk