From 6af11b5d9b98b05f53558189762a16515589c9e5 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 11 Oct 2024 21:45:42 +0300 Subject: [PATCH] Added search paths to libraries --- build.scm | 2 +- licenses.data-scm => licenses.scm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename licenses.data-scm => licenses.scm (100%) diff --git a/build.scm b/build.scm index e84950e..99d1149 100644 --- a/build.scm +++ b/build.scm @@ -7,7 +7,7 @@ (srfi 13) (srfi 14)) -(include "licenses.data-scm") +(include "licenses.scm") (define tmpdir (list-ref (command-line) 1)) (if (not (file-exists? "repo.scm")) (error "No repo.scm found")) diff --git a/licenses.data-scm b/licenses.scm similarity index 100% rename from licenses.data-scm rename to licenses.scm