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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a62e991ac051dbbbf26a28501cb507885246ffa0;p=people%2Fjschlag%2Fnetwork.git 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 bf63f1e..2178652 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 \