diff --git a/pkgs/plt-web-pkgs/plt-web-lib/build.rkt b/pkgs/plt-web-pkgs/plt-web-lib/build.rkt index 42ed78c7a0..1a410eb1ba 100644 --- a/pkgs/plt-web-pkgs/plt-web-lib/build.rkt +++ b/pkgs/plt-web-pkgs/plt-web-lib/build.rkt @@ -63,8 +63,8 @@ [(local) (map (lambda (s) (list* (car s) (url->string (path->url (build-path output-dir (car s)))) - (cons 'index - (cddr s)))) + ;; Drop 'abs, if any, from (cddr s) + '(index))) (registered-url-roots))] [else (url-roots)])]) (for ([extra (in-list extra-files)])