summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/dist/Install')
-rwxr-xr-xamiga/dist/Install7
1 files changed, 4 insertions, 3 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index c81112ee4..c864392e1 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -144,9 +144,10 @@
(
; Guess if the installed version is static, if it
; is bigger than 9MB then it probably is!
-
- (set #netsurf-size (getsize (tackon @default-dest "NetSurf")))
- (if (> #netsurf-size 9000000) (set #cairo-version 0))
+; Comment this out temporarily as we want AutoInstall to update to the Cairo
+; version at this stage, as it hasn't seen a snapshot release yet.
+; (set #netsurf-size (getsize (tackon @default-dest "NetSurf")))
+; (if (> #netsurf-size 9000000) (set #cairo-version 0))
)
)
)