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>
This commit is contained in:
Andreas Sturmlechner
2020-04-15 09:09:27 +02:00
parent a700df8540
commit 840d9b405f

View File

@@ -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 ()