aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2010-08-25 11:14:58 +0200
committerJaroslav Kysela <perex@perex.cz>2010-08-25 11:14:58 +0200
commit21ed239da36b9b0da6237adf7c8a018651586f43 (patch)
tree4075939dea6f3762c1c23ba0c44200581fcef3b1
parentbd9bbf0513db08ae282e7512d9d0b902d0fd9db4 (diff)
downloadalsa-driver-build-unstable-21ed239da36b9b0da6237adf7c8a018651586f43.tar.gz
gitcompile: fixed typo
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rwxr-xr-xgitcompile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitcompile b/gitcompile
index fb84b0cca..deb853edd 100755
--- a/gitcompile
+++ b/gitcompile
@@ -34,7 +34,9 @@ elif [ -d ../alsa-kernel -a -f ../alsa-kernel/sound/last.c ]; then
ALSAKERNELDIR="../alsa-kernel"
elif [ -d ../sound-2.6 -a -f ../sound-2.6/sound/last.c ]; then
ALSAKERNELDIR="../sound-2.6"
-elif [ -d alsa-kmirror -a -f ../alsa-kmirror/last.c ]; then
+elif [ -d alsa-kmirror -a -f alsa-kmirror/last.c ]; then
+ ALSAKERNELDIR="alsa-kmirror"
+elif [ -d ../alsa-kmirror -a -f ../alsa-kmirror/last.c ]; then
ALSAKERNELDIR="../alsa-kmirror"
else
test -z "$ALSAKERNELDIR" && ALSAKERNELDIR=../alsa-kmirror