From a62e991ac051dbbbf26a28501cb507885246ffa0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Feb 2018 13:39:41 +0000 Subject: [PATCH] Makefile: All shell library files where executable which they shouldn't be Signed-off-by: Michael Tremer --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index bf63f1ec..2178652e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,7 +107,7 @@ dist_sbin_SCRIPTS = \ src/firewall6 \ src/network -network_SCRIPTS = \ +network_DATA = \ src/functions/functions CLEANFILES += \ @@ -116,7 +116,7 @@ CLEANFILES += \ EXTRA_DIST += \ src/functions/functions.in -dist_network_SCRIPTS = \ +dist_network_DATA = \ src/functions/functions.at \ src/functions/functions.auth \ src/functions/functions.bonding \ -- 2.39.2