[bug#34609] Add missing aux-file in Makefile.

Message ID e8d570fa-d72a-62a2-29f1-bf9e29e3195a@web.de
State Accepted
Headers show
Series [bug#34609] Add missing aux-file in Makefile. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Jonathan Brielmaier Feb. 21, 2019, 5:09 p.m. UTC
Hi,

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

~Jonathan

Comments

Leo Famulari Feb. 21, 2019, 8:37 p.m. UTC | #1
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

Patch

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