forked from len0rd/rockbox
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
This commit is contained in:
parent
e2511dad8f
commit
f8a59f27f8
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue