~ chicken-core (chicken-5) 4b12eee8025a3d7203b2e6e9a1330bb4ac01a8c9


commit 4b12eee8025a3d7203b2e6e9a1330bb4ac01a8c9
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Mar 19 17:48:32 2020 +0100
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Wed Mar 25 16:46:32 2020 +1300

    Ensure `chicken-install -update-db' is invoked with correct defaults file during installation
    
    Signed-off-by: Evan Hanson <evhan@foldling.org>

diff --git a/rules.make b/rules.make
index fe582b61..7cf181da 100644
--- a/rules.make
+++ b/rules.make
@@ -363,7 +363,7 @@ ifndef STATICBUILD
 endif
 endif
 ifeq ($(CROSS_CHICKEN)$(DESTDIR),0)
-	-$(IBINDIR)$(SEP)$(CHICKEN_INSTALL_PROGRAM) -update-db
+	-$(IBINDIR)$(SEP)$(CHICKEN_INSTALL_PROGRAM) -defaults $(SRCDIR)setup.defaults -update-db
 else
 	@echo
 	@echo "Warning: cannot run \`$(CHICKEN_INSTALL_PROGRAM) -update-db' when cross-compiling or DESTDIR is set"
Trap