summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-19 16:51:03 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-19 16:51:03 +0000
commitee7e9b52bad32b306fa00ace6b9cae5445aa42e1 (patch)
treedce971912798f072fcdabb85ec0ace7f98b792fb /amiga
parent8a77de83772994a21e1287d60e7225878697c61a (diff)
downloadnetsurf-ee7e9b52bad32b306fa00ace6b9cae5445aa42e1.tar.gz
netsurf-ee7e9b52bad32b306fa00ace6b9cae5445aa42e1.tar.bz2
Copy and update SearchEngines file
svn path=/trunk/netsurf/; revision=9745
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/dist/Install29
1 files changed, 28 insertions, 1 deletions
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)