diff --git a/data/meson.build b/data/meson.build index 30adfe9..dd93144 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,8 +1,8 @@ subdir('icons') -# The SVG's of the chess pieces +# The SVGs of the chess pieces install_subdir('pieces', - install_dir: join_paths(datadir, meson.project_name(), 'pieces') + install_dir: join_paths(datadir, meson.project_name()) ) # The engines.conf file