]> git.ipfire.org Git - network.git/commitdiff
Makefile: All shell library files where executable which they shouldn't be
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Feb 2018 13:39:41 +0000 (13:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Feb 2018 13:39:41 +0000 (13:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index bf63f1ec521e77eb813a2a3b8c8dec445c292b85..2178652ee48945d9041228d2f1dcf872337a0a18 100644 (file)
@@ -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 \