aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-21 10:19:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-21 10:19:52 -0700
commitd2970098841d61e027a7d51ef9f107707d275b6a (patch)
tree596d8432e0a3458f5f3f9c23168b7737c724c3d1 /src/data.lisp
parentdbc873ecfd59f172be3012f64dcf538034f6f5c0 (diff)
downloadconsfigurator-d2970098841d61e027a7d51ef9f107707d275b6a.tar.gz
DATA-CKSUM: fix argument when calling cksum(1)
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data.lisp')
-rw-r--r--src/data.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.lisp b/src/data.lisp
index aa78711..25d0338 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -64,8 +64,8 @@ prerequisite data."))
(parse-integer
(car
(split-string
- (run-program
- `("cksum" ,(data-file data)) :output :string))))))))
+ (run-program `("cksum" ,(unix-namestring (data-file data)))
+ :output :string))))))))
;; If this proves to be inadequate then an alternative would be to maintain a
;; mapping of ASDF systems to data sources, and then DEPLOY* could look up the