diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 5f08c65..b97e14a 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 |