GNU bug report logs -
#76936
[PATCH] gnu: supertuxkart: Keep 'supertuxkart.desktop' file.
Previous Next
Reported by: Nigko Yerden <nigko.yerden <at> gmail.com>
Date: Tue, 11 Mar 2025 09:25:01 UTC
Severity: normal
Tags: patch
Done: Eric Bavier <bavier <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/games.scm (supertuxkart)[arguments]: Fix regexp in
'disable-data-install' phase so that the line in CMakeList.txt that installs
'supertuxkart.desktop' file is not commented out.
Change-Id: I408cdfeb9425c39228d38df4c15aee326e19dc34
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fd22b0243f..89e06a3a81 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4845,7 +4845,7 @@ (define-public supertuxkart
(add-before 'configure 'disable-data-install
(lambda _
(substitute* "CMakeLists.txt"
- (("^install\\(.*STK_DATA_DIR" &)
+ (("^install\\(DIRECTORY.*STK_DATA_DIR" &)
(string-append "# " &))))))))
(inputs
(list curl
base-commit: f70ad6267bf2bbafbf5eb0a1d04e2d624af796c5
--
2.48.1
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.