Adding proper search paths to the packages #4

Merged
Retropikzel merged 2 commits from development into master 2024-10-11 14:49:04 -04:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 6af11b5d9b - Show all commits

View File

@ -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"))