Skip to content

Commit

Permalink
Update src/bin/clapper-app/data/meson.build
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Dzięgiel <[email protected]>
  • Loading branch information
danialbehzadi and Rafostar authored Sep 28, 2024
1 parent ba64ff2 commit e81bcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/clapper-app/data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if is_linux
type: 'desktop',
po_dir: '../po',
install: true,
install_dir: get_option('datadir') / 'applications'
install_dir: join_paths(prefix, datadir, 'applications')
)
desktop_utils = find_program('desktop-file-validate', required: false)
if desktop_utils.found()
Expand Down

0 comments on commit e81bcb2

Please sign in to comment.