From: Michael Tremer Date: Tue, 6 Feb 2018 13:39:41 +0000 (+0000) Subject: Makefile: All shell library files where executable which they shouldn't be X-Git-Tag: 010~162 X-Git-Url: http://git.ipfire.org/?p=network.git;a=commitdiff_plain;h=a62e991ac051dbbbf26a28501cb507885246ffa0 Makefile: All shell library files where executable which they shouldn't be Signed-off-by: Michael Tremer --- 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 \