Commit bc4e01d4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

myhsh: do hasher dir name arch related

parent 70f50368
......@@ -55,6 +55,10 @@ mygetopts $LISTARGS
RESULT=0
HASHERDIR=$HASHERDIR$MENVARG
if [ "$DEFAULTARCH"="x86_64" ] ; then
HASHERDIR="$HASHERDIR-64"
fi
mkdir -p $LOGDIR $HASHERDIR || fatal "cannot mkdir"
check_locking
......
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