From 90698cfd709e695570040924b2b522afc94b519a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 1 Oct 2015 08:51:13 -0400 Subject: Install scripts/shroud to $prefix/bin. What a huge oversight. Thanks the ArneBab for reporting. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b4c16a5..5eede45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,9 @@ SUFFIXES = .scm .go moddir=$(prefix)/share/guile/site/2.0 godir=$(libdir)/guile/2.0/ccache +bin_SCRIPTS = \ + scripts/shroud + SOURCES = \ shroud/config.scm \ shroud/utils.scm \ -- cgit v1.2.3