initial import
This commit is contained in:
13
iceweasel-uxp/0011-iceweasel-uxp-install-dir.patch
Normal file
13
iceweasel-uxp/0011-iceweasel-uxp-install-dir.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/config/baseconfig.mk b/config/baseconfig.mk
|
||||
index 47a12b1..1d9f262 100644
|
||||
--- 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
|
||||
Reference in New Issue
Block a user