Commit 69dcf233 authored by Vitaly Lipatov's avatar Vitaly Lipatov

hasher: add hack for support Korinf repos with WINE@Etersoft

parent b6be137a
......@@ -75,7 +75,7 @@ print_tmp_sourceslist()
cat "$SLIST" | sed -e "s|\([ /]\)i[56]86|\1$BUILDARCH|g"
else
# Note: drop biarch 32bit on real 32bit
cat "$SLIST" | sed -e "s|x86_64\([ /]\)|$BUILDARCH\1|g" | grep -v "x86_32" | grep -v "x86_64-i586"
cat "$SLIST" | sed -e "s|x86_64\([ /]\)|$BUILDARCH\1|g" -e "s|WINE/i586|WINE|" -e "s|WINE-Local/i586|WINE-Local|" -e "s|WINE-Network/i586|WINE-Network|" -e "s| i586/| |" | grep -v "x86_32" | grep -v "x86_64-i586"
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