From 77302644d00d9aab5b2a4c40155125324b22d1fa Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 6 Aug 2007 15:50:39 +0000 Subject: Fix red archos bootloaders git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14217 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 0a40b7c7e5..c06ebdad9f 100755 --- a/tools/configure +++ b/tools/configure @@ -1318,7 +1318,7 @@ fi case $option in [Bb]) - if test -n "$archosrom"; then + if test $t_manufacturer = "archos"; then # Archos SH-based players do this somewhat differently for # some reason appsdir='\$(ROOTDIR)/flash/bootbox' -- cgit v1.2.3