Add missing aux-file in Makefile.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Leo Famulari
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 6 years ago
(name . guix-patches)(address . guix-patches@gnu.org)(address . mbakke@fastmail.com)
e8d570fa-d72a-62a2-29f1-bf9e29e3195a@web.de
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.
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)

Toggle diff (12 lines)
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
Leo Famulari wrote 6 years ago
(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)(address . 34609-done@debbugs.gnu.org)
20190221203711.GB19893@jasmine.lan
On Thu, Feb 21, 2019 at 06:09:59PM +0100, Jonathan Brielmaier wrote:
Toggle quote (17 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlxvC/YACgkQJkb6MLrK
fwiuKxAA7alwo2vvkZxKWOoYkYwoBiVaZTLiaw2v3OfZDEfVRcz2S092Bg2vFvfL
cYlQXeHmsHBC9osuFkkrjAhPClD3nXqamoqZHnbs+EPQecd7bHV8y4wNKH52mxOS
kAGQ50kZ6jFfdrPKsyEdf2OIFF4W9PQTqSwjaO/UniL9YUV15Ivq3cC8/eIDQAmS
J3ZDWhXNc0Rt+Iu7MPFNvgp+6aiddniapSgAnvuLrMGXCg62SevBS7rYxPx2sZS9
G/U0r5I/Ep8UQiu7bVtRuu460ZOSfxi1UCVlKolt62jQIAR4Fhj5OBZm0+BUfCgL
MEc312GPJeUSi1J7V7GWiEihWTJtYG6Aoa5v/GEIoAk8zJrnWzzP6MsqK9MXUdTr
w3w/Ex1B0nGiTjIEeucHdLeKSLkiAbX85FZSX2MJSrgO3AT5V/O4cvT3AYgWxwo2
hRbuWCEQL9w9q5G8rxMWaGvjMKS4QdN5iyOWyfXvU0dVxPVWqlIrXUB1CnqlGiS1
+QvOO2H3ZD+UgwVY5u7P55ZacpEbFylMKUjSmhMfaOtGSTPFgFBio1alhf1shwzZ
VJ21tiao+D9F2jJw3PIh63VmwrPCC9Qshf9E4TbrjEljJZkOoqM0poMJqVukXHuL
svxMyJMzYLmQqZKSwFG2jEx+1RxryFZyC6bBol+BYFOKrYkcKSs=
=s5ma
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34609@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34609
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help