From 0d15eb8b4f32363d8f197be238abf3800246a6f8 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 19 Sep 2024 15:04:06 +0300 Subject: [PATCH] fix(build): Inform autotools of the new location for packaged shell scripts --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 166d7a0..285b9c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,11 @@ include $(top_srcdir)/aminclude.am CLEANFILES += $(bin_PROGRAMS) +scriptlibdir = $(datadir)/lib +dist_scriptlib_SCRIPTS = \ + lib/fontship-entry.zsh \ + lib/make-shell.zsh + .PHONY: clean-embedded-assets clean-embedded-assets: [[ ! -e .git ]] || $(GIT) clean -dxf assets