all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 34609@debbugs.gnu.org
Subject: [bug#34609] Add missing aux-file in Makefile.
Date: Thu, 21 Feb 2019 18:09:59 +0100	[thread overview]
Message-ID: <e8d570fa-d72a-62a2-29f1-bf9e29e3195a@web.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Hi,

attached is a patch which fixes an error while installing
ungoogled-chromium on a foreign distro.

~Jonathan

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-missing-aux-file-in-Makefile.patch --]
[-- Type: text/x-patch; name="0001-Add-missing-aux-file-in-Makefile.patch", Size: 928 bytes --]

From 926748189fd7bba8864f74a09640535333388a01 Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jbrielmaier@suse.de>
Date: Thu, 21 Feb 2019 17:42:54 +0100
Subject: [PATCH] Add missing aux-file in Makefile.

Fixes installation of ungoogled-chromium on foreign distros.

* Makefile.am (AUX_FILES): Add missing
gnu/packages/aux-files/chromium/master-preferences.json entry.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index fec9800ce7..45f49c7bcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -280,6 +280,7 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm

 # Auxiliary files for packages.
 AUX_FILES =						\
+  gnu/packages/aux-files/chromium/master-preferences.json		\
   gnu/packages/aux-files/emacs/guix-emacs.el		\
   gnu/packages/aux-files/linux-libre/4.20-arm.conf	\
   gnu/packages/aux-files/linux-libre/4.20-arm64.conf	\
--
2.16.4


             reply	other threads:[~2019-02-21 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21 17:09 Jonathan Brielmaier [this message]
2019-02-21 20:37 ` bug#34609: Add missing aux-file in Makefile Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e8d570fa-d72a-62a2-29f1-bf9e29e3195a@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=34609@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.