mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Minor fixes
svn path=/trunk/netsurf/; revision=6781
This commit is contained in:
parent
af085bb0ab
commit
a3a28f9e5f
10
amiga/dist/Install
vendored
10
amiga/dist/Install
vendored
@ -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))
|
||||
|
@ -20,5 +20,5 @@ copy amiga/dist/~(.svn|AutoInstall) ram:NetSurf/
|
||||
makedir ram:NetSurf/Rexx
|
||||
copy amiga/dist/Rexx/~(.svn) ram:NetSurf/Rexx/ COM
|
||||
makedir ram:NetSurf/SObjs
|
||||
copy sobjs:libgcc.so sobjs:libc.so sobjs:libjpeg.so sobjs:libpthread.so sobjs:libexpat.so libhubbub.so libhpdf-2.2.0.so.0.0 libmng.so.1 ram:NetSurf/SObjs clone
|
||||
copy sobjs:libgcc.so sobjs:libc.so sobjs:libjpeg.so sobjs:libpthread.so sobjs:libexpat.so sobjs:libhubbub.so sobjs:libhpdf-2.2.0.so.0.0 sobjs:libmng.so.1 sobjs:liblcms.so ram:NetSurf/SObjs clone
|
||||
;sobjs:libcurl-7.16.so sobjs:libssl-0.9.8.so
|
||||
|
Loading…
Reference in New Issue
Block a user