summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-08-19 17:01:50 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-08-19 17:01:50 +0000
commit9c5c03848bda7c9b8fe93228b2f7b81bea638e2d (patch)
tree08e432e07128f59acacaabd5cd7397f895eb9816 /amiga/dist/Install
parent607dca3e635d2c9d7439065336d5495dd449397c (diff)
downloadnetsurf-9c5c03848bda7c9b8fe93228b2f7b81bea638e2d.tar.gz
netsurf-9c5c03848bda7c9b8fe93228b2f7b81bea638e2d.tar.bz2
Absolute path for theme location
svn path=/trunk/netsurf/; revision=10710
Diffstat (limited to 'amiga/dist/Install')
-rwxr-xr-xamiga/dist/Install4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 79ce6d29a..145c95887 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -340,8 +340,8 @@
)
(select #themename
- (set #theme "Resources/Themes/Default")
- (set #theme "Resources/Themes/AISS")
+ (set #theme "PROGDIR:Resources/Themes/Default")
+ (set #theme "PROGDIR:Resources/Themes/AISS")
)
)
)