summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJonathan Brielmaier <jbrielmaier@suse.de>2019-02-21 17:42:54 +0100
committerLeo Famulari <leo@famulari.name>2019-02-21 15:34:12 -0500
commita7e70ec2a54b9b159a829653b3bea9609eca4400 (patch)
tree8ecab6c357c925770737c7408ac324f4bd360571 /Makefile.am
parent79401e5311988ce87271489d84a8c071480974c2 (diff)
downloadpatches-a7e70ec2a54b9b159a829653b3bea9609eca4400.tar
patches-a7e70ec2a54b9b159a829653b3bea9609eca4400.tar.gz
Add missing aux-file in Makefile.
Fixes installation of ungoogled-chromium on foreign distros. This is a followup to commit f1e9de4d3aefae420db633a56ba9cd93f7750df3. * Makefile.am (AUX_FILES): Add missing gnu/packages/aux-files/chromium/master-preferences.json entry. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \