aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:44:17 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-05-13 13:44:17 -0400
commit95ecb1959f1230a48388b6a0a63f38c0ceaa98ab (patch)
tree9cb8a92cadc1afe754101ecab4bae90eb2a8ff34
parent02ec386bb32ca7f3725fe9ba16f113fa47f4197c (diff)
update search-patch to be public?
-rw-r--r--crn/packages.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/crn/packages.scm b/crn/packages.scm
index 1d5f6f0..3fd61df 100644
--- a/crn/packages.scm
+++ b/crn/packages.scm
@@ -27,9 +27,10 @@
(define (crn/search-patch file-name)
"Search the patch FILE-NAME. Raise an error if not found."
- (or (search-path (%patch-path) file-name)
- (raise (formatted-message (G_ "~a: patch not found")
- file-name))))
+ (search-path (%patch-path) file-name)
+ ;; (or (search-path (%patch-path) file-name)
+ ;; (raise (formatted-message (G_ "~a: patch not found")
+ ;; file-name))))
(define-syntax-rule (crn/search-patches file-name ...)
"Return the list of absolute file names corresponding to each