distro-build: fix catalog URL handling
original commit: 5fd46a4d9afd7106690d25bc9f54c7fbdbd949d9
This commit is contained in:
parent
9d7d909f2f
commit
adf27c4888
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
(define catalog-url
|
(define catalog-url
|
||||||
(if (regexp-match? #rx"^[a-z]+:" catalog)
|
(if (regexp-match? #rx"^[a-z]+:" catalog)
|
||||||
(string->url catalog-url)
|
(string->url catalog)
|
||||||
(path->url (path->complete-path catalog))))
|
(path->url (path->complete-path catalog))))
|
||||||
|
|
||||||
(define details
|
(define details
|
||||||
|
|
Loading…
Reference in New Issue
Block a user