Author: chris_y
Date: Wed Feb 25 13:55:07 2009
New Revision: 6618
URL:
http://source.netsurf-browser.org?rev=6618&view=rev
Log:
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.
Modified:
trunk/netsurf/amiga/dist/Install
Modified: trunk/netsurf/amiga/dist/Install
URL:
http://source.netsurf-browser.org/trunk/netsurf/amiga/dist/Install?rev=66...
==============================================================================
--- trunk/netsurf/amiga/dist/Install (original)
+++ trunk/netsurf/amiga/dist/Install Wed Feb 25 13:55:07 2009
@@ -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))
)
)
)