summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-11 20:12:59 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-11 20:12:59 +0100
commitdf3f1237c7d1a834149a33c4d2d5b84ba65c3dbb (patch)
tree46c332603e38c38657cf1c4a27dc42244789afe9
parent672fa0a8e2124399c827f6a0bab0e00a557cd671 (diff)
parente3cbd8aec61b06534ed317f83c5225a36015bef9 (diff)
downloadnetsurf-df3f1237c7d1a834149a33c4d2d5b84ba65c3dbb.tar.gz
netsurf-df3f1237c7d1a834149a33c4d2d5b84ba65c3dbb.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
-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)