diff options
author | B Stack <bgstack15@gmail.com> | 2019-04-17 14:40:22 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-04-17 14:40:22 +0000 |
commit | 0ac673f30cefe3f6acbdcca177505d8c4a89f8dd (patch) | |
tree | 0024cc9509ab6f1a93d2ce18a1a118b49dacb926 /waterfox/debian/patches/waterfox-install-dir.patch | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | waterfox: WIP do not use pinned rust (diff) | |
download | stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.gz stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.bz2 stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.zip |
Merge branch 'waterfox-rpm' into 'master'
Waterfox 56.2.8
See merge request bgstack15/stackrpms!53
Diffstat (limited to 'waterfox/debian/patches/waterfox-install-dir.patch')
-rw-r--r-- | waterfox/debian/patches/waterfox-install-dir.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/waterfox/debian/patches/waterfox-install-dir.patch b/waterfox/debian/patches/waterfox-install-dir.patch new file mode 100644 index 0000000..bed26e2 --- /dev/null +++ b/waterfox/debian/patches/waterfox-install-dir.patch @@ -0,0 +1,13 @@ +diff --git a/config/baseconfig.mk b/config/baseconfig.mk +index e204533ac9b6..27ae154ce265 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 |