From: Michael Tremer Date: Sun, 16 Sep 2018 08:55:38 +0000 (+0200) Subject: Install ppp scripts with executable permissions X-Git-Tag: 010~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9217f83c2283ae11976d4bd0f8ebf92a5f8f9f6;p=network.git Install ppp scripts with executable permissions Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 3df14fb2..f5d28085 100644 --- a/Makefile.am +++ b/Makefile.am @@ -193,12 +193,12 @@ dist_network_DATA = \ src/network-radvd-config \ src/header-config \ src/header-port \ - src/header-zone \ - src/ppp/dialer \ - src/ppp/pppoe-server + src/header-zone dist_network_SCRIPTS = \ - src/dhclient-helper + src/dhclient-helper \ + src/ppp/dialer \ + src/ppp/pppoe-server dist_helpers_SCRIPTS = \ src/helpers/dhcpd-config-helper \