From 1a396e9b94018ba4c0b3fa187cf1c75c225b2c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 16 Jan 2016 15:24:40 +0100 Subject: Add default ppp-options for kppp This resolves Bug 2529 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit affe0744622bc39fef37896c1a488bf0d53b1c8b) --- kppp/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kppp/Makefile.am') diff --git a/kppp/Makefile.am b/kppp/Makefile.am index d0de8ad1..8519572c 100644 --- a/kppp/Makefile.am +++ b/kppp/Makefile.am @@ -4,7 +4,7 @@ # make install xdg_apps_DATA = Kppp.desktop -EXTRA_DIST = $(xdg_apps_DATA) +EXTRA_DIST = $(xdg_apps_DATA) ppp-options # set the include path for X, qt and KDE INCLUDES= $(all_includes) @@ -127,6 +127,8 @@ messages: # don't install a list of file. Just one file per install. # if you have more of them, create a subdirectory with an extra Makefile install-data-local: + $(mkinstalldirs) $(sysconfdir)/ppp/peers/ + $(INSTALL_DATA) $(srcdir)/ppp-options $(sysconfdir)/ppp/peers/kppp-options @echo "" @echo "Don't forget to send me a phone tarif rules file for your" @echo "telecom company/country/region. Thanks." -- cgit v1.2.1