diff options
| author | Michael Biebl <biebl@debian.org> | 2020-01-31 12:10:14 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-01-31 12:10:14 +0100 |
| commit | f3c6d0765dff885e168b94f28e06ecc640315a74 (patch) | |
| tree | 30d67309f4d9b48ad269dfad6e80e5c15373ea75 /meson.build | |
| parent | 90c93214efba0966274224a93a77d235d4f8c034 (diff) | |
New upstream version 1.22.6 upstream/1.22.6
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 183b381b..fab61e0f 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "shared/nm-version-macros.h.in" # - update number in configure.ac - version: '1.22.4', + version: '1.22.6', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', @@ -598,7 +598,7 @@ foreach prog_name : ['resolvconf', 'netconfig'] prog = find_program(prog_name, '/usr/' + prog_name, '/usr/sbin/' + prog_name, - '/usr/local/sbin' + prog_name, + '/usr/local/sbin/' + prog_name, required : false) if prog.found() prog_path = prog.path() |