mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user