Added search paths to libraries
This commit is contained in:
parent
57ceb04046
commit
6af11b5d9b
|
@ -7,7 +7,7 @@
|
||||||
(srfi 13)
|
(srfi 13)
|
||||||
(srfi 14))
|
(srfi 14))
|
||||||
|
|
||||||
(include "licenses.data-scm")
|
(include "licenses.scm")
|
||||||
|
|
||||||
(define tmpdir (list-ref (command-line) 1))
|
(define tmpdir (list-ref (command-line) 1))
|
||||||
(if (not (file-exists? "repo.scm")) (error "No repo.scm found"))
|
(if (not (file-exists? "repo.scm")) (error "No repo.scm found"))
|
||||||
|
|
Loading…
Reference in New Issue