From 699e016f30bdde0bb0f9a53c9d7ac273448320fb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 2 Jan 2018 11:35:44 -0800 Subject: "Initial commit" --- iceweasel-install-dir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 iceweasel-install-dir.patch (limited to 'iceweasel-install-dir.patch') diff --git a/iceweasel-install-dir.patch b/iceweasel-install-dir.patch new file mode 100644 index 0000000..d4fb24e --- /dev/null +++ b/iceweasel-install-dir.patch @@ -0,0 +1,11 @@ +--- a/config/baseconfig.mk ++++ b/config/baseconfig.mk +@@ -4,7 +4,7 @@ + # whether a normal build is happening or whether the check is running. + includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) + idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) ++installdir = $(libdir)/$(MOZ_APP_NAME) + sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) + ifeq (.,$(DEPTH)) + DIST = dist -- cgit v1.2.1