guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49813] [PATCH 31/34] gnu: bullet: Fix regex in FIND-FILES invocatio


From: Sarah Morgensen
Subject: [bug#49813] [PATCH 31/34] gnu: bullet: Fix regex in FIND-FILES invocation.
Date: Sun, 1 Aug 2021 20:27:47 -0700

See <https://issues.guix.gnu.org/37150> for more information.

* gnu/packages/game-development.scm (bullet)[origin]<snippet>: Fix
regex.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 9996830077..22006f60fb 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -120,7 +120,7 @@
               (modules '((guix build utils)))
               (snippet
                '(begin
-                  (for-each delete-file (find-files "build3" "premake*"))
+                  (for-each delete-file (find-files "build3" "^premake"))
                   (with-directory-excursion "examples/ThirdPartyLibs"
                     (for-each delete-file-recursively
                               '("Gwen" "clsocket" "enet" "glad" "imgui"
-- 
2.31.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]