[X2Go-Commits] [pale-moon] 109/216: debian/rules: replace $(PRODUCT) with hardcoded palemoon string in missed location.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:10 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit d1c86c46cedc83f45b22c6e1d2476311268d6bd8
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Sep 20 22:40:45 2018 +0200

    debian/rules: replace $(PRODUCT) with hardcoded palemoon string in missed location.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9bebb56..d622dc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -100,6 +100,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Add support for preprocessing files via the Mozilla preprocessor python
       script.
     - Hardcode MOZ_APP_REMOTINGNAME.
+    - Replace $(PRODUCT) with hardcoded palemoon string in missed location.
   * debian/mozconfig:
     - Remove autoconf flags that should better be handled by debian/rules.
   * debian/make.mk:
diff --git a/debian/rules b/debian/rules
index 97c4468..e761860 100755
--- a/debian/rules
+++ b/debian/rules
@@ -213,7 +213,7 @@ endif
 stamps/install-palemoon:: build-palemoon/debian/installer/package-manifest
 ifneq (,$(filter mips,$(DEB_BUILD_ARCH)))
 	# Failures are not fatal, since this old base doesn't seem to even have a greprefs.js file.
-	sed -i '/"javascript.options.\(baselinejit\|ion\)"/s/true/false/' build-$(PRODUCT)/dist/bin/greprefs.js || :
+	sed -i '/"javascript.options.\(baselinejit\|ion\)"/s/true/false/' build-palemoon/dist/bin/greprefs.js || :
 endif
 	dh_auto_install --builddirectory=build-palemoon -- installdir=$(LIB_DIR) \
 		MOZ_PKG_MANIFEST=$(CURDIR)/$< \

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list