From 6598e4a31648906f53d95b87f903a3e18b61d2d8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 4 Mar 2017 15:09:40 +0100 Subject: preset keyboard if DEBUG_INSTALL_LANG is set useful when doing a debug build --- perl-install/install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/Makefile') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index a8c6cceba..ad201cbf0 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -101,6 +101,7 @@ stage2: dont_run_directly_stage2: [ -d $(DEST) ] || ../../tools/mdkinst_stage2_tool --uncompress $(STAGE2_DEST) install -m 755 share/runinstall2.sh share/gdb-inst $(DEST)/usr/bin/ + [ -n $$DEBUG_INSTALL_LANG ] && perl -pi -e '$$_ = "loadkeys '$$DEBUG_INSTALL_LANG'\n$$_" if / sh/' $(DEST)/usr/bin/runinstall2.sh ln -sf runinstall2.sh $(DEST)/usr/bin/runinstall2 trace_stage2: -- cgit v1.2.1