summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-10-11 19:48:28 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-10-11 19:48:28 +0100
commitd4043d801108846b8c7fe0eeae84bc04ade1b6a8 (patch)
treeac741ebf50f48c26f17b7bb9a52de238b8ed8ce4 /amiga/dist
parent6b7669dc0914a61d93dbc783783a46064fe61455 (diff)
downloadnetsurf-d4043d801108846b8c7fe0eeae84bc04ade1b6a8.tar.gz
netsurf-d4043d801108846b8c7fe0eeae84bc04ade1b6a8.tar.bz2
Run FixFonts at the end of install
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/Install25
1 files changed, 24 insertions, 1 deletions
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)