summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/dist/Install')
-rwxr-xr-xamiga/dist/Install18
1 files changed, 11 insertions, 7 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 2c36737d8..bab4f9204 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -105,13 +105,17 @@
)
(set #theme-icon (tackon @default-dest (tackon #theme "NetSurf.info")))
- (set #options-exist (exists #theme-icon))
-
- (copyfiles
- (prompt "Copying theme icon")
- (source #theme-icon)
- (help @copyfiles-help)
- (dest @default-dest)
+ (set #icon-exists (exists #theme-icon))
+
+ (if #icon-exists
+ (
+ (copyfiles
+ (prompt "Copying theme icon")
+ (source #theme-icon)
+ (help @copyfiles-help)
+ (dest @default-dest)
+ )
+ )
)
(textfile