diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-01 08:51:13 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-01 08:51:13 -0400 |
commit | 90698cfd709e695570040924b2b522afc94b519a (patch) | |
tree | 55f8360fffb1c1a2f878f25042063d7572327aef | |
parent | cce0f6a494205f43ca81c848e32ab6191d9990ed (diff) |
Install scripts/shroud to $prefix/bin.
What a huge oversight. Thanks the ArneBab for reporting.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |