diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-08-26 17:06:20 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-01 01:51:52 -0400 |
commit | c04c071f40c4ce96049848e4fc3b60c961502b81 (patch) | |
tree | 39aec7d6d79d945ca46fa96e9f06a3f31c04d647 /Makefile | |
parent | a4d88926c6d37aed583e59c72f9074bc77c0b683 (diff) | |
download | qemu-c04c071f40c4ce96049848e4fc3b60c961502b81.zip |
meson: install desktop file
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20200826130622.553318-5-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -243,9 +243,6 @@ endif # Needed by "meson install" export DESTDIR install: all install-datadir install-localstatedir - mkdir -p "$(DESTDIR)$(qemu_desktopdir)" - $(INSTALL_DATA) $(SRC_PATH)/ui/qemu.desktop \ - "$(DESTDIR)$(qemu_desktopdir)/qemu.desktop" $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps" ifdef CONFIG_WIN32 |