distro-build: fix catalog URL handling

original commit: 5fd46a4d9afd7106690d25bc9f54c7fbdbd949d9
This commit is contained in:
Matthew Flatt 2014-08-26 12:24:22 -06:00
parent 9d7d909f2f
commit adf27c4888

View File

@ -16,7 +16,7 @@
(define catalog-url
(if (regexp-match? #rx"^[a-z]+:" catalog)
(string->url catalog-url)
(string->url catalog)
(path->url (path->complete-path catalog))))
(define details