Commit ed7460c1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

hasher: fix arch checking

parent bee2b69f
...@@ -12,7 +12,7 @@ set_hasherdir() ...@@ -12,7 +12,7 @@ set_hasherdir()
HASHERBASEDIR=$HASHERDIR HASHERBASEDIR=$HASHERDIR
fi fi
HASHERDIR=$HASHERBASEDIR$MENVARG HASHERDIR=$HASHERBASEDIR$MENVARG
if [ "$DEFAULTARCH"="x86_64" ] ; then if [ "$DEFAULTARCH" = "x86_64" ] ; then
HASHERDIR="$HASHERDIR-64" HASHERDIR="$HASHERDIR-64"
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment