Skip to content

Commit

Permalink
dev-games/freecell-solver: Fix patch file path
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/717482
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Apr 15, 2020
1 parent a700df8 commit 840d9b4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Subject: [PATCH] We'll install docs manually, thanks

Signed-off-by: Andreas Sturmlechner <[email protected]>
---
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 ()
Expand Down

0 comments on commit 840d9b4

Please sign in to comment.