Skip to content

Commit 5abc44e

Browse files
committed
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>
1 parent 90b3975 commit 5abc44e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3002,6 +3002,8 @@ shadowupdate:
30023002
# Link needed for doing "make install" in a shadow directory.
30033003
runtime:
30043004
-ln -s ../runtime .
3005+
-ln -s ../README.txt .
3006+
-ln -s ../LICENSE .
30053007

30063008
# Link needed for doing "make" using GTK in a shadow directory.
30073009
pixmaps:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1036,
707709
/**/
708710
1035,
709711
/**/

0 commit comments

Comments
 (0)