1
0
forked from aniani/vim

patch 9.1.1036: make install fails when using shadowdir

Problem:  make install fails when using shadowdir
          (after v9.1.1029)
Solution: also link in README.txt and LICENSE file

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2025-01-19 10:00:40 +01:00
parent 90b397586d
commit 5abc44e3c1
2 changed files with 4 additions and 0 deletions

View File

@@ -3002,6 +3002,8 @@ shadowupdate:
# Link needed for doing "make install" in a shadow directory.
runtime:
-ln -s ../runtime .
-ln -s ../README.txt .
-ln -s ../LICENSE .
# Link needed for doing "make" using GTK in a shadow directory.
pixmaps:

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1036,
/**/
1035,
/**/