summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@cl.no>2020-06-19 13:46:28 +0200
committerHans Petter Jansson <hpj@cl.no>2020-06-19 13:46:28 +0200
commitb47c480141cd94742e0e4b1c0cc850e82641aa77 (patch)
treeec4100b58b87bfd613efa2838ae0a024a9053934
parentabd13e70136cef2afacaf4d284e74e4d69605a62 (diff)
downloaddesktop-file-utils-b47c480141cd94742e0e4b1c0cc850e82641aa77.tar.gz
build: Fix name change for update-desktop-database in meson build
Fixes #58.
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 2b8a906..452973c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -24,7 +24,7 @@ executable('desktop-file-install',
install: true,
)
-executable('desktop-file-update',
+executable('update-desktop-database',
'update-desktop-database.c',
link_with: desktop_file_lib,
dependencies: glib,