civodul pushed a commit to branch master
in repository maintenance.
commit b871e296af79de83eaa5e56fceaa1e497a7bd22d
Author: Ludovic Courtès <[email protected]>
Date: Thu Sep 26 18:46:29 2019 +0200
services: web: Have GWL's logo installed.
* hydra/modules/sysadmin/web.scm (gwl-snapshot)[source](snippet): Ensure
"logo.png" is installed.
---
hydra/modules/sysadmin/web.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index aeb6ec9..9928936 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -211,7 +211,10 @@ taken from a Git repository.")))
;; "doc/examples".
'(substitute* "Makefile.am"
(("nobase_dist_examples_DATA")
- "dist_examples_DATA")))))
+ "dist_examples_DATA")
+ (("nobase_dist_assets_DATA =")
+ "nobase_dist_assets_DATA = \
+gwl/static/images/logo.png ")))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)