Commit ec67a6c1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play geogebra: fix install on i586 (ALT bug 42404)

parent 0c12bfe9
......@@ -22,10 +22,10 @@ repack=''
case $pkgtype in
deb)
epm install "http://www.geogebra.net/linux/pool/main/g/geogebra-classic/(epm print constructname $PKGNAME "*")"
epm install "http://www.geogebra.net/linux/pool/main/g/geogebra-classic/(epm print constructname $PKGNAME "*" $arch)"
;;
rpm)
epm $repack install "http://www.geogebra.net/linux/rpm/$arch/$(epm print constructname $PKGNAME "*")"
epm $repack install "http://www.geogebra.net/linux/rpm/$arch/$(epm print constructname $PKGNAME "*" $arch)"
;;
*)
fatal "Unsupported $pkgtype"
......
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