summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNigko Yerden <nigko.yerden@gmail.com>2025-03-11 14:22:59 +0500
committerEric Bavier <bavier@posteo.net>2025-03-13 21:44:27 -0500
commit92124591eedf27e988c84f75acd4b4d99ff43122 (patch)
tree77e612a2c798f1c0fd2d88d56de5a8ea7477bc92 /gnu
parent3cc51c3e7447ab4f590d530fa66f65b6152ab109 (diff)
gnu: supertuxkart: Keep 'supertuxkart.desktop' file.
* 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 Signed-off-by: Eric Bavier <bavier@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fd22b0243f5..89e06a3a81e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4845,7 +4845,7 @@ This package expects the game(s) to be placed in subdirectories of
(add-before 'configure 'disable-data-install
(lambda _
(substitute* "CMakeLists.txt"
- (("^install\\(.*STK_DATA_DIR" &)
+ (("^install\\(DIRECTORY.*STK_DATA_DIR" &)
(string-append "# " &))))))))
(inputs
(list curl