Commit 9161c3d5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: fix rules using when build for target x86_64 from i586

parent 037b92d5
......@@ -73,7 +73,7 @@ print_replbased_list()
[ -z "$DISTRVERSION" ] && DISTRVERSION=`distr_vendor -v`
# separate checking for x86_64
if [ $SYSARCH = "x86_64" ] ; then
if [ $DEFAULTARCH = "x86_64" ] ; then
echo -n "$REPLBASE.$VENDOR.$DISTRVERSION.x86_64 $REPLBASE.$VENDOR.x86_64 "
[ "$VENDOR" = "alt" ] || echo -n "$REPLBASE.$TARGET.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