Merge branch 'master' of git://git.netsurf-browser.org/netsurf

This commit is contained in:
Michael Drake 2012-10-11 20:12:59 +01:00
commit df3f1237c7
1 changed files with 24 additions and 1 deletions

25
amiga/dist/Install vendored
View File

@ -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)