Commit 6bb5c1b6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix (arch dependent) list for deb systems

parent bb2053b3
......@@ -187,7 +187,7 @@ __epm_play_list()
local extra="$2"
local i
local IGNOREi586
local arch="$DISTRARCH"
local arch="$SYSTEMARCH"
[ "$arch" = "x86_64" ] && IGNOREi586='' || IGNOREi586=1
if [ -n "$short" ] ; then
......
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