From 9319e88a471903745ba6aafdd4b514fa269f1f7e Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 28 Jun 2025 15:51:59 -0600 Subject: first commit --- palemoon/patches/install-dir.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 palemoon/patches/install-dir.patch (limited to 'palemoon/patches/install-dir.patch') diff --git a/palemoon/patches/install-dir.patch b/palemoon/patches/install-dir.patch new file mode 100644 index 0000000..4771cfa --- /dev/null +++ b/palemoon/patches/install-dir.patch @@ -0,0 +1,19 @@ +diff --git a/platform/config/baseconfig.mk b/platform/config/baseconfig.mk +index 47a12b16e..2facdd257 100644 +--- a/platform/config/baseconfig.mk ++++ b/platform/config/baseconfig.mk +@@ -2,10 +2,10 @@ + # directly in python/mozbuild/mozbuild/base.py for gmake validation. + # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending + # 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) +-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) ++includedir := $(includedir)/$(MOZ_APP_NAME) ++idldir = $(datadir)/idl/$(MOZ_APP_NAME) ++installdir = $(libdir)/$(MOZ_APP_NAME) ++sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel + ifeq (.,$(DEPTH)) + DIST = dist + else -- cgit v1.2.3