about summary refs log tree commit diff
path: root/third_party/lisp/closure-html/dtds-from-store.patch
blob: a9ffd8085e8919b006b37220ecf137378f9b5c03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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")