Skip to content

Commit

Permalink
Fix dark xfwm4-a11y install path (Issue #307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurizio Galli authored and ochosi committed Feb 22, 2022
1 parent ca1df6b commit 1c0b0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dark/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if not get_option('flatpak')
install_subdir('gnome-shell', install_dir : theme_path)
install_subdir('metacity-1', install_dir : theme_path)
install_subdir('xfwm4', install_dir : theme_path)
install_subdir('xfwm4-a11y', install_dir : a11y_theme_path)
install_subdir('xfwm4-a11y', install_dir : join_paths (a11y_theme_path, 'xfwm4'))
install_subdir('plank', install_dir : theme_path)
install_subdir('unity', install_dir : theme_path)
endif

0 comments on commit 1c0b0ec

Please sign in to comment.