From f8d46be1af8a24a8fbadaf0595c3e30262b18058 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 26 Feb 2011 20:51:10 +0000 Subject: Fix copying of icon svn path=/trunk/netsurf/; revision=11831 --- amiga/dist/Install | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'amiga/dist/Install') 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) ) ) -- cgit v1.2.3