summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/dist/Install13
1 files changed, 5 insertions, 8 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 37637f16f..b4e485f4b 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -491,23 +491,20 @@
(complete 90)
-(if #theme
+(if #themeshort
(
(set #theme-icon
- (tackon @default-dest
- (tackon "Resources"
- (tackon #themeshort "NetSurf.info")
- )
+ (tackon "Resources/Themes"
+ (tackon #themeshort "NetSurf.info")
)
)
- (set #icon-exists (exists #theme-icon))
- (if #icon-exists
+ (if (exists #theme-icon)
(
(copyfiles
(prompt "Copying theme icon")
- (source #theme-icon)
(help @copyfiles-help)
+ (source #theme-icon)
(dest @default-dest)
)
)