From 443eb953fcf156ebf005c000f93619c3df02ff8c Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 22 May 1992 23:27:08 +0000
Subject: [PATCH] Oops... Fixed some pathname hackery in the fasl smashing.

---
 tools/clxcom.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp
index 2979da4d4..2c18d30a3 100644
--- a/tools/clxcom.lisp
+++ b/tools/clxcom.lisp
@@ -64,7 +64,7 @@
 	     (namestring
 	      (truename
 	       (make-pathname
-		:name x
+		:defaults x
 		:type (c:backend-fasl-file-type c:*target-backend*)))))
 	 '(
 	   "target:clx/package"
-- 
GitLab