commit | 5abc44e3c1d51b9a14be2a9cb679b294f4758287 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jan 19 10:00:40 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sun Jan 19 10:00:40 2025 +0100 |
tree | 60eb51cb07dd05d16155ac06b08a17c67c0a6cc1 | |
parent | 90b397586decc3751f92fd2f84271a6b431b56bc [diff] [blame] |
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>
diff --git a/src/version.c b/src/version.c index 260f9b5..9542bcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1036, +/**/ 1035, /**/ 1034,