fix "etc" vs. "config" in `make install' step
This commit is contained in:
parent
aecf0e60b5
commit
ddcabcd164
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user