From 5668fa1154bcf52f04e877be25918561a930ea47 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 18 Feb 2009 20:04:59 +0000 Subject: Remove default theme's dependency on AISS svn path=/trunk/netsurf/; revision=6567 --- amiga/dist/Install | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'amiga/dist/Install') 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) -- cgit v1.2.3