From f8a59f27f83ca172317a9b6061cdb514cdc35312 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 23 May 2002 12:48:04 +0000 Subject: change the order we check for the apps dir to more often get the shortest path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@670 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 5f08c658f6..b97e14a4c5 100755 --- a/tools/configure +++ b/tools/configure @@ -112,7 +112,7 @@ fi appsfile="credits.c" # a file to check for in the apps root dir -for dir in apps $firmdir/apps $firmdir/../apps . .. ../apps ../../apps; do +for dir in apps . .. ../apps ../../apps $firmdir/apps $firmdir/../apps; do if [ -f $dir/$appsfile ]; then appsdir=$dir break -- cgit v1.2.3