diff options
author | nathan <nathansmith@disroot.org> | 2025-06-28 15:51:59 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-28 15:51:59 -0600 |
commit | 9319e88a471903745ba6aafdd4b514fa269f1f7e (patch) | |
tree | a84a573bc96245042cbe4f31562783d0c4a4925e /palemoon/patches/install-dir.patch |
first commit
Diffstat (limited to 'palemoon/patches/install-dir.patch')
-rw-r--r-- | palemoon/patches/install-dir.patch | 19 |
1 files changed, 19 insertions, 0 deletions
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 |