diff --git a/racket/collects/setup/unixstyle-install.rkt b/racket/collects/setup/unixstyle-install.rkt index aeb521effc..6edd071d06 100644 --- a/racket/collects/setup/unixstyle-install.rkt +++ b/racket/collects/setup/unixstyle-install.rkt @@ -443,7 +443,7 @@ (copytree "collects" 'collects) (copytree "share" 'sharerkt #:missing 'skip) (copytree "doc" 'doc #:missing 'skip) - (copytree "config" 'config #:missing 'skip) + (copytree "etc" 'config #:missing 'skip) (unless origtree? (write-config)))) (define (make-install-destdir-fix)