1
0
Fork 0
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:
Daniel Stenberg 2002-05-23 12:48:04 +00:00
parent e2511dad8f
commit f8a59f27f8

2
tools/configure vendored
View file

@ -112,7 +112,7 @@ fi
appsfile="credits.c" # a file to check for in the apps root dir 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 if [ -f $dir/$appsfile ]; then
appsdir=$dir appsdir=$dir
break break