Skip to content

Commit

Permalink
Fix installation of config files (tizonia#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbaldoni committed Jan 3, 2020
1 parent c18480c commit 733d980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pkgconfig_dir = join_paths(libdir, 'pkgconfig')
tizdatadir = join_paths(datadir, 'tizrmd')
tizincludedir = join_paths(includedir, meson.project_name())
tizplugindir = join_paths(libdir, 'tizonia0-plugins12')
tizconfdir = join_paths('sysconfdir', 'xdg', 'tizonia')
tizconfdir = join_paths(sysconfdir, 'xdg', 'tizonia')
tizdocdir = join_paths(datadir, 'doc', meson.project_name())
tizversion = meson.project_version()

Expand Down

0 comments on commit 733d980

Please sign in to comment.