summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-25 19:55:07 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-25 19:55:07 +0000
commita604021839ddbd0da3314cc36c93589f2f3ebd24 (patch)
tree9771cc11e7648dd7f526f357dab3e06bcf44fd42 /amiga
parent451c8a69a3cf4a92fc04cdf765872e4b04dff045 (diff)
downloadnetsurf-a604021839ddbd0da3314cc36c93589f2f3ebd24.tar.gz
netsurf-a604021839ddbd0da3314cc36c93589f2f3ebd24.tar.bz2
Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen any release
yet and I'd rather people made a conscious decision to use the static one rather than the update picking it because updating a Cairo version is impossible. svn path=/trunk/netsurf/; revision=6618
Diffstat (limited to 'amiga')
-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))
)
)
)