diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-08-06 15:50:39 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-08-06 15:50:39 +0000 |
| commit | 77302644d00d9aab5b2a4c40155125324b22d1fa (patch) | |
| tree | 8d2fb4cbd4c06d0a6f01e13ed33e7770531c8b91 | |
| parent | 1ff0c351f77ad14f4a53c7c87b9b9a20c653a2d8 (diff) | |
| download | rockbox-77302644d00d9aab5b2a4c40155125324b22d1fa.zip rockbox-77302644d00d9aab5b2a4c40155125324b22d1fa.tar.gz rockbox-77302644d00d9aab5b2a4c40155125324b22d1fa.tar.bz2 rockbox-77302644d00d9aab5b2a4c40155125324b22d1fa.tar.xz | |
Fix red archos bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14217 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 0a40b7c..c06ebda 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' |