From 5b93de43c60273cb72d7c61587e44e74bae7ff4d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 19 Sep 2016 15:03:10 +0200 Subject: [PATCH] nm: Fix comment in service file in /etc/NetworkManager/VPN --- src/frontends/gnome/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/gnome/Makefile.am b/src/frontends/gnome/Makefile.am index f846780748..08d42c5314 100644 --- a/src/frontends/gnome/Makefile.am +++ b/src/frontends/gnome/Makefile.am @@ -16,7 +16,7 @@ appdata_in_files = NetworkManager-strongswan.appdata.xml.in # https://bugzilla.gnome.org/show_bug.cgi?id=693590 install-data-hook: mkdir -p $(DESTDIR)$(sysconfdir)/NetworkManager/VPN - sed -e "1s|^|# This file is obsoleted by a file in $(NM_VPN_SERVICE_DIR)\n\n|" \ + sed -e "1s|^|# This file is obsoleted by a file in $(nmvpnservicedir)\n\n|" \ -e 's|[@]NM_LIBEXECDIR[@]|$(nm_libexecdir)|g' \ -e 's|[@]NM_PLUGINDIR[@]|$(nm_plugindir)|g' \ -e 's|[@]NM_PLUGINDIR_ABS[@]|$(nm_plugindir)|g' \ -- 2.47.2