aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-09-19 15:03:10 +0200
committerTobias Brunner <tobias@strongswan.org>2016-10-04 09:57:14 +0200
commit5b93de43c60273cb72d7c61587e44e74bae7ff4d (patch)
tree5ebfde1c7b8ed42d7396680f808636552b83cf6b /src
parent254099a090959b7c6c7646aab5916061e5275318 (diff)
downloadstrongswan-5b93de43c60273cb72d7c61587e44e74bae7ff4d.tar.bz2
strongswan-5b93de43c60273cb72d7c61587e44e74bae7ff4d.tar.xz
nm: Fix comment in service file in /etc/NetworkManager/VPN
Diffstat (limited to 'src')
-rw-r--r--src/frontends/gnome/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontends/gnome/Makefile.am b/src/frontends/gnome/Makefile.am
index f84678074..08d42c531 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' \