networkAgent: Update VPN config path

The location moved a while ago, so update the path to point to
the non-deprecated location.

https://bugzilla.gnome.org/show_bug.cgi?id=791487
This commit is contained in:
Florian Müllner
2017-12-11 18:37:45 +01:00
parent aab7656d88
commit 3f3e514ff2
5 changed files with 10 additions and 5 deletions

View File

@ -13,7 +13,6 @@ script_data.set('libdir', libdir)
script_data.set('libexecdir', libexecdir)
script_data.set('pkgdatadir', pkgdatadir)
script_data.set('pkglibdir', pkglibdir)
script_data.set('sysconfdir', sysconfdir)
script_data.set('PYTHON', python.path())
script_data.set('VERSION', meson.project_version())