Commit 5235748a authored by Canek Peláez's avatar Canek Peláez
Browse files

Use correct syntax.

parent 7eb102b7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -12,4 +12,7 @@ custom_target(
)

icon_dir = join_paths(datadir, 'icons', 'hicolor', 'scalable', 'apps')
install_data('mlm.svg', icon_dir)
install_data(
  'mlm.svg',
  install_dir: icon_dir
)