about summary refs log tree commit diff
path: root/third_party/lisp/closure-html/dtds-from-store.patch
diff --git a/src/parse/html-parser.lisp b/src/parse/html-parser.lisp
index 4e45b81..5025a26 100644
--- a/src/parse/html-parser.lisp
+++ b/src/parse/html-parser.lisp
@@ -36,10 +36,7 @@
         (make-pathname
 	 :name nil
 	 :type nil
-	 :defaults (merge-pathnames
-		    "resources/"
-		    (asdf:component-relative-pathname
-		     (asdf:find-system :closure-html))))))
+	 :defaults "@out@/resources/")))
     (loop
        :for (name . filename)
        :in '(("-//W3O//DTD W3 HTML 3.0//EN" . "dtd/HTML-3.0")