summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-12-16 23:04:30 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-12-16 23:04:30 +0000
commitddd677e72a8cdc6c56a467ed75b0e196b8eafbaa (patch)
treeef330cea1b8b70aba04ea438c3f30d8687e8c36a /amiga/dist
parent689123822a9b252630a2f9a749f0a1a3a582a4dd (diff)
downloadnetsurf-ddd677e72a8cdc6c56a467ed75b0e196b8eafbaa.tar.gz
netsurf-ddd677e72a8cdc6c56a467ed75b0e196b8eafbaa.tar.bz2
Copy shared libraries too
svn path=/trunk/netsurf/; revision=11082
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/Install32
1 files changed, 32 insertions, 0 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index f8a9edd3d..62c317ccd 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -241,6 +241,29 @@
)
)
+(procedure p_copylib #lib
+ (if (<> #AutoInstall 1)
+ (
+ (copylib
+ (prompt "Copying " #lib "...")
+ (help @copylib-help)
+ (source (tackon "Libs/" #lib))
+ (dest "Libs:")
+ (optional "nofail" "force")
+ (confirm "expert")
+ )
+ )
+ ;else
+ (
+ (run "CopyStore Libs/" #lib " Libs:")
+ )
+ )
+)
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; Script execution starts here ;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
(if (= @app-name "NetSurfAutoInstall") (set #AutoInstall 1))
(set @app-name "NetSurf")
@@ -436,6 +459,15 @@
)
(set #complete 40)
+(working "Copying Libraries")
+
+(foreach "Libs" "#?"
+ (complete #complete)
+ (p_copylib @each-name)
+ (set #complete (+ #complete 2))
+)
+
+(set #complete 60)
(if (= #cairo-version 1)
(