summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 0a40b7c7e5..c06ebdad9f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1318,7 +1318,7 @@ fi
1318 1318
1319 case $option in 1319 case $option in
1320 [Bb]) 1320 [Bb])
1321 if test -n "$archosrom"; then 1321 if test $t_manufacturer = "archos"; then
1322 # Archos SH-based players do this somewhat differently for 1322 # Archos SH-based players do this somewhat differently for
1323 # some reason 1323 # some reason
1324 appsdir='\$(ROOTDIR)/flash/bootbox' 1324 appsdir='\$(ROOTDIR)/flash/bootbox'