unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34609] Add missing aux-file in Makefile.
@ 2019-02-21 17:09 Jonathan Brielmaier
  2019-02-21 20:37 ` bug#34609: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Brielmaier @ 2019-02-21 17:09 UTC (permalink / raw)
  To: 34609

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34609: Add missing aux-file in Makefile.
  2019-02-21 17:09 [bug#34609] Add missing aux-file in Makefile Jonathan Brielmaier
@ 2019-02-21 20:37 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2019-02-21 20:37 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 34609-done

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

On Thu, Feb 21, 2019 at 06:09:59PM +0100, Jonathan Brielmaier wrote:
> Hi,
> 
> attached is a patch which fixes an error while installing
> ungoogled-chromium on a foreign distro.
> 
> ~Jonathan

> 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.

Thanks! Pushed as a7e70ec2a54b9b159a829653b3bea9609eca4400

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-21 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 17:09 [bug#34609] Add missing aux-file in Makefile Jonathan Brielmaier
2019-02-21 20:37 ` bug#34609: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).