commit | 7683aaa5061e26d4bc52fdf40be66789e9e4fec0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 21:00:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 21:00:50 2016 +0200 |
tree | 2199db22f5085d22437b930aca5b4d976557d071 | |
parent | cb03397abae22e7237511db2e19ad5ef3e5e5f4e [diff] [blame] |
patch 7.4.2289 Problem: When installing and $DESTDIR is set the icons probably won't be installed. Solution: Create the icon directories if $DESTDIR is not empty. (Danek Duvall)
diff --git a/src/version.c b/src/version.c index 1de38c8..b67c3f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2289, +/**/ 2288, /**/ 2287,