[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
- [bug#49813] [PATCH 22/34] gnu: sendmail: Fix regex in FIND-FILES invocation., (continued)
- [bug#49813] [PATCH 22/34] gnu: sendmail: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 20/34] gnu: kaldi-gstreamer-server: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 23/34] gnu: scotch: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 25/34] gnu: hypre: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 27/34] gnu: john-the-ripper-jumbo: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 26/34] gnu: qtpass: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 28/34] gnu: python-robotframework-sshlibrary: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 24/34] gnu: atlas: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 30/34] gnu: aegis: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 29/34] gnu: python-cram: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 31/34] gnu: bullet: Fix regex in FIND-FILES invocation.,
Sarah Morgensen <=
- [bug#49813] [PATCH 34/34] gnu: rtags: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 33/34] gnu: alpine: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 32/34] gnu: shogun: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/28