Commit ce352388 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small changes

parent 4b09f634
......@@ -134,5 +134,5 @@ trans_rpmdeps_to_pkgname()
echo $ni | grep -q "\.so\." && continue
# extra words when run on x86_64
echo $ni | sed -e "s/^i586-//g" | sed -e "s/\.32bit$//g"
done
done | sort -u
}
......@@ -101,7 +101,7 @@ print_replbased_list()
# VENDOR, TARGET is already defined in detect_target_env() func
[ -z "$DISTRVERSION" ] && DISTRVERSION=$($DISTRVENDOR -v)
if [ $DEFAULTARCH = "x86_64" ] ; then
if [ "$DEFAULTARCH" = "x86_64" ] ; then
internal_repl_list $REPLBASE .x86_64
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