summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2020-02-12 08:18:37 +0100
committerFigue2020-02-12 08:18:37 +0100
commitb00c4d8943a5098490da2af9fba1eb7111ba3fb0 (patch)
treea89026befe3c2f9674552a0533635dbfde84d211
parenteed53a8eacadf3bad9736c45d63536ffa2cbc4ec (diff)
downloadaur-b00c4d8943a5098490da2af9fba1eb7111ba3fb0.tar.gz
Remove extra tag workaround
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b0d58834be9..cf40a9bcdd38 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