From ee7e9b52bad32b306fa00ace6b9cae5445aa42e1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 19 Dec 2009 16:51:03 +0000 Subject: Copy and update SearchEngines file svn path=/trunk/netsurf/; revision=9745 --- amiga/dist/Install | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'amiga/dist/Install') diff --git a/amiga/dist/Install b/amiga/dist/Install index c000ca1ab..ba8debc54 100755 --- a/amiga/dist/Install +++ b/amiga/dist/Install @@ -259,6 +259,7 @@ (complete 15) (set #options-exist (exists (tackon @default-dest "Resources/Options"))) +(set #searchengines-exist (exists (tackon @default-dest "Resources/SearchEngines"))) (set #aiss-theme "") (if (= #options-exist 0) @@ -322,16 +323,42 @@ (complete 30) +(if #searchengines-exist + (rename (tackon @default-dest "Resources/SearchEngines") (tackon @default-dest "Resources/SearchEngines.backup")) +) + (copyfiles (prompt "Copying files") (source "") - (choices "Resources" "Rexx" "NetSurf.guide" "NetSurf.readme" "COPYING") + (choices "Resources" "Rexx" "NetSurf.guide" "NetSurf.readme") (help @copyfiles-help) (dest @default-dest) (infos) + (optional "nofail") ; (all) ) +(copyfiles + (prompt "Copying additional documentation") + (source "") + (pattern "(COPYING|ChangeLog)") + (help @copyfiles-help) + (dest @default-dest) + (infos) + (optional "nofail") +) + +(set #complete 39) + +(textfile + (prompt "Adding Amiga-specific search engines") + (help @textfile-help) + (dest (tackon @default-dest "Resources/SearchEngines")) + (include "Resources/SearchEngines") + (append "Aminet|www.aminet.net|http://aminet.net/search?query=\x25s|http://aminet.net/favicon.ico|\n") + (append "OS4Depot|www.os4depot.net|http://www.os4depot.net/index.php?function=search&tool=simple&f_fields=\x25s|http://www.os4depot.net/favicon.ico|\n") +) + (set #complete 40) (if (= #cairo-version 1) -- cgit v1.2.3