From 2628069c5a6bde5e70465b413b09ac70d7f512a9 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 16 May 2022 10:38:42 +0200 Subject: [PATCH] Fixed distribution of bash completions file. --- script/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/Makefile.am b/script/Makefile.am index e8f6af8c..238672d7 100644 --- a/script/Makefile.am +++ b/script/Makefile.am @@ -40,6 +40,7 @@ script_templates = \ EXTRA_DIST = \ $(script_templates) \ + ethercat.bash_completion \ ifup-eoe.sh CLEANFILES = \ @@ -66,6 +67,10 @@ install-data-hook: cd $(DESTDIR)$(completionsdir); \ mv ethercat.bash_completion ethercat +uninstall-hook: + cd $(DESTDIR)$(completionsdir); \ + rm ethercat + # Any precious variable used inside script_templates should appear here expand_script = $(SED) \ -e 's,[@]VERSION[@],$(VERSION),g' \