summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-02 23:44:00 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-02 23:44:00 +0000
commitcd1800187eb44edf76e10a1a64dbf6bf49b236b0 (patch)
tree7d289a369c453bd2fbfa96af6e4270a2b50770bd /amiga
parent3a962a84c54d5fff3b545aeb27c1d699c8329729 (diff)
downloadnetsurf-cd1800187eb44edf76e10a1a64dbf6bf49b236b0.tar.gz
netsurf-cd1800187eb44edf76e10a1a64dbf6bf49b236b0.tar.bz2
Set OS version to the disk-based version, as Installer by default reads the ROM version... which is v40 and indistinguishable between 3.1 and 3.5/9.
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/dist/Install2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 03d806b93..e8d9d0ed7 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -39,7 +39,7 @@
;;; Script execution starts here ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(set osver (getversion))
+(set osver (getversion "libs:version.library"))
(set osver (/ osver 65536))
(if (= @app-name "NetSurfAutoInstall") (set #AutoInstall 1))