From d4043d801108846b8c7fe0eeae84bc04ade1b6a8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 11 Oct 2012 19:48:28 +0100 Subject: Run FixFonts at the end of install --- amiga/dist/Install | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/amiga/dist/Install b/amiga/dist/Install index e794939fe..039ccbf40 100755 --- a/amiga/dist/Install +++ b/amiga/dist/Install @@ -423,7 +423,7 @@ ) ) -(complete 19) +(complete 18) (if (>= osver 53) ( @@ -443,6 +443,19 @@ ) ) +(complete 19) + +(set #runfixfonts + (askbool + (prompt "Installer will run FixFonts after NetSurf is installed. " + "Unless you have a *very* good reason you should not skip this step.") + (help "FixFonts corrects inconsistencies in the Amiga FONTS: structure. " + "Running it will prevent NetSurf hitting problems when the fonts are scanned.") + (default 1) + (choices "Run FixFonts" "Skip") + ) +) + (complete 20) (set #netsurf-name (select #cairo-version #static-filename #cairo-filename)) @@ -627,6 +640,16 @@ ) ) +(complete 99) + +(working "Running FixFonts") + +(if #runfixfonts + ( + (run "SYS:System/FixFonts") + ) +) + (complete 100) (if (= #AutoInstall 1) -- cgit v1.2.3