aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-16 18:39:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-16 18:39:13 -0700
commitb981a5e783d491de1aad59abb5db8469b73c1080 (patch)
treeca792a586eb97e89e77c304cd7c9a92df6be7920 /consfigurator.asd
parentce5ab88ba012ae95c3916246d07e5de495a9edc0 (diff)
downloadconsfigurator-b981a5e783d491de1aad59abb5db8469b73c1080.tar.gz
move code into an src/ subdir
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd8
1 files changed, 4 insertions, 4 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 08db699..a28e339 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -3,7 +3,7 @@
:depends-on (#:cl-ppcre
#:alexandria
#:cl-interpol)
- :components ((:file "package")
- (:file "util")
- (:file "core")
- (:file "connection/ssh")))
+ :components ((:file "src/package")
+ (:file "src/util")
+ (:file "src/core")
+ (:file "src/connection/ssh")))