diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-15 09:09:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-15 09:10:06 +0200 |
commit | 840d9b405ffd47e73866ae04f8d16098b290ed6b (patch) | |
tree | 8f762112d344d8585775135c6b3245c4a297908f /dev-games | |
parent | dev-perl/XML-LibXML: s390 stable wrt bug #717060 (diff) | |
download | gentoo-840d9b405ffd47e73866ae04f8d16098b290ed6b.tar.gz gentoo-840d9b405ffd47e73866ae04f8d16098b290ed6b.tar.bz2 gentoo-840d9b405ffd47e73866ae04f8d16098b290ed6b.zip |
dev-games/freecell-solver: Fix patch file path
Closes: https://bugs.gentoo.org/717482
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch b/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch index 96ab62fe30fb..b2e8164ef586 100644 --- a/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch +++ b/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch @@ -5,13 +5,13 @@ Subject: [PATCH] We'll install docs manually, thanks Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> --- - fc-solve/source/CMakeLists.txt | 12 ++++++------ + CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -diff --git a/fc-solve/source/CMakeLists.txt b/fc-solve/source/CMakeLists.txt +diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c550764f..59c1defb3 100644 ---- a/fc-solve/source/CMakeLists.txt -+++ b/fc-solve/source/CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -1274,12 +1274,12 @@ IF (WIN32 AND NOT UNIX) LIST(APPEND docs_to_install "README.win32.txt") ENDIF () |