]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0687: Makefile may not install desktop files v9.1.0687
authorChristian Brabandt <cb@256bit.org>
Thu, 22 Aug 2024 19:20:15 +0000 (21:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 22 Aug 2024 19:20:15 +0000 (21:20 +0200)
commitdabf07e4580b0e378741b3e11b5989e4f0cf17e0
treec429ffcacb07d6633c14ff1f4e5cdbb59ddeb0bf
parent1c4f40213bbb848091dcacd7c5b34f6a45e341a7
patch 9.1.0687: Makefile may not install desktop files

Problem:  Makefile may not install desktop files
Solution: Check for "$(DESTDIR)$(DATADIR)" instead of just "$DESTDIR",
          which is usually not defined, add uninstall rules for the
          icons and the desktop files

closes: #15528
fixes: #15546

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/Makefile
src/version.c