summaryrefslogtreecommitdiffstats
path: root/perl-install/install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r--perl-install/install/Makefile1
1 files changed, 1 insertions, 0 deletions
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: