summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/dist/Install')
-rwxr-xr-xamiga/dist/Install12
1 files changed, 10 insertions, 2 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 073ad3601..1871b682a 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -23,7 +23,7 @@
(set @default-dest
(askdir
- (prompt "Where would you like to install NetSurf?")
+ (prompt "Where would you like to install NetSurf?")
(help @askdir-help)
(default @default-dest)
)
@@ -31,6 +31,11 @@
(set #icon-exists (exists (tackon @default-dest "NetSurf.info")))
+; *****************************************************
+; TODO: Check OS version/existing build and provide
+; option to select graphics.library or part-Cairo build.
+; ****************************************************
+
(copylib
(prompt "Please check the version of NetSurf you are copying against "
"any which might already be installed.")
@@ -62,7 +67,10 @@
(
(set #themename
(askchoice
- (prompt "Please select theme")
+ (prompt "Please select theme\n"
+ "AISS theme requires AISS and def_pointers packages "
+ "to be installed.")
+; perhaps we should be detecting these?
(help @askchoice-help)
(choices "Default" "AISS")
(default 0)