Do not install icons by default. The destination directories aren't
"owned" by Vim and this causes trouble packaging depending on Vim flavor chosen.
This commit is contained in:
parent
dca64618d4
commit
3c3b17a3a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262912
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
# You can give a lot of options to configure.
|
||||
# Change this to your desire and do 'make config' afterwards
|
||||
|
||||
@@ -1829,3 +1830,3 @@ install: $(GUI_INSTALL)
|
||||
|
||||
-install_normal: installvim installtools $(INSTALL_LANGS) install-icons
|
||||
+install_normal: installvim installtools $(INSTALL_LANGS) # install-icons
|
||||
|
||||
@@ -1794,40 +1795,40 @@
|
||||
installgvimdiff: $(DEST_BIN)/$(GVIMDIFFTARGET)
|
||||
|
||||
|
|
Loading…
Reference in a new issue