mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 02:30:43 +02:00
build: meson: fix NMSTATEDIR path
Reported-by: Michael Biebl <biebl@debian.org>
This commit is contained in:
parent
e2522c8c2d
commit
8c77ca1a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ nm_pkgdatadir = join_paths(nm_datadir, nm_name)
|
|||
nm_pkgincludedir = join_paths(nm_includedir, nm_name)
|
||||
nm_pkglibdir = join_paths(nm_prefix, 'lib', nm_name)
|
||||
nm_pkgrundir = join_paths(nm_runstatedir, nm_name)
|
||||
nm_pkgstatedir = join_paths(nm_localstatedir, nm_name)
|
||||
nm_pkgstatedir = join_paths(nm_localstatedir, 'lib', nm_name)
|
||||
nm_vpndir = join_paths(nm_libdir, nm_name)
|
||||
nm_plugindir = join_paths(nm_libdir, nm_name, dist_version)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue