commit | d96dbd6f95ea22f609042cc9c6272f14a21ff1a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 30 21:27:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 30 21:27:34 2019 +0200 |
tree | 1799d6ec1c5623d692c629afdfa143e7b2f93520 | |
parent | a9dd2d3c759c1eafb9c0572c5707852ed3d38162 [diff] [blame] |
patch 8.1.1240: runtime desktop files are overwritten by build Problem: Runtime desktop files are overwritten by build. (Tony Mechelynck) Solution: Instead of copying the files find them with "make install".
diff --git a/src/version.c b/src/version.c index 29a1f03..5c6e506 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1240, +/**/ 1239, /**/ 1238,