commit | de59ba33aa3b94f2757dbf3451682d762c15ebcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 22:03:16 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 22:03:16 2015 +0100 |
tree | a3b3676afd4145aab875ca23ed7dd2d2e6dab6e5 | |
parent | a16f472edfa028e5574c7c145d02f3821edbc698 [diff] [blame] |
patch 7.4.909 Problem: "make install" fails. Solution: Only try installing desktop files if the destination directory exists.
diff --git a/src/version.c b/src/version.c index ade4e96..73713fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 909, +/**/ 908, /**/ 907,