dev-games/freecell-solver: Fix patch file path
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 15 Apr 2020 07:09:27 +0000 (09:09 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 15 Apr 2020 07:10:06 +0000 (09:10 +0200)
Closes: https://bugs.gentoo.org/717482
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch

index 96ab62fe30fb3935b9653999b2de04d625e9776d..b2e8164ef5861a19384a9bd6d1e321120263c86a 100644 (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 ()