summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-14 11:44:07 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-14 11:44:07 +0000
commita3a28f9e5f28595a5c276f80ead6e215fe18374b (patch)
tree0975a782e0ef4f0c90c5f90526792a162eb06fac /amiga/dist/Install
parentaf085bb0abe2354a3648f419d27ac4847db48877 (diff)
downloadnetsurf-a3a28f9e5f28595a5c276f80ead6e215fe18374b.tar.gz
netsurf-a3a28f9e5f28595a5c276f80ead6e215fe18374b.tar.bz2
Minor fixes
svn path=/trunk/netsurf/; revision=6781
Diffstat (limited to 'amiga/dist/Install')
-rwxr-xr-xamiga/dist/Install10
1 files changed, 5 insertions, 5 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index a4edb881f..950d04f66 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -140,16 +140,16 @@
)
(set #cairo-version 1)
(set #netsurf-exists (exists (tackon @default-dest "NetSurf")))
- (if (<> #netsurf-exists 0)
- (
+; (if (<> #netsurf-exists 0)
+; (
; Guess if the installed version is static, if it
; is bigger than 9MB then it probably is!
; 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))
- )
- )
+; )
+; )
)
; else
(
@@ -247,7 +247,7 @@
(
(working "Copying Shared Objects")
- (foreach "SObjs" "#?.so"
+ (foreach "SObjs" "#?"
(complete #complete)
(p_copysobj @each-name)
(set #complete (+ #complete 5))