From 569d2163b19d52347c7b00ff8f9eb39d5325f82a Mon Sep 17 00:00:00 2001 From: Daniel Barlow <> Date: Thu, 5 Jun 2003 16:06:32 +0000 Subject: [PATCH] name_version not name-version Makes it easier to extract the version if the name has hyphens in it already --- cclan.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cclan.lisp b/cclan.lisp index acc709c1..5937518c 100644 --- a/cclan.lisp +++ b/cclan.lisp @@ -61,7 +61,7 @@ at your own peril.~%" suggested-registry suggested-registry system-name suggeste (sb-unix:unix-getpid) (get-internal-run-time)))) (system (find-system system)) (sub-dir-name - (format nil "~A-~A" + (format nil "~A_~A" (component-name system) (component-version system))) (cvsroot-file (merge-pathnames "CVS/Root" (component-pathname system))) -- GitLab