This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 67839ce2989e1b4ee732f963f13261b469e38f01 Author: Mihai Moldovan <ionic@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