diff --git a/build-repo b/build-repo index 0134c26..7f7d16e 100755 --- a/build-repo +++ b/build-repo @@ -9,7 +9,7 @@ (srfi 13) (srfi 14)) -(include "licenses.scm") +(include "licenses.data-scm") (define tmpdir (list-ref (command-line) 1)) (if (not (file-exists? "repo.scm")) (error "No repo.scm found")) diff --git a/licenses.scm b/licenses.data-scm similarity index 100% rename from licenses.scm rename to licenses.data-scm