Commit afb9b7be authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play geogebra: fix download on deb systems

parent 70f02ae7
......@@ -23,7 +23,7 @@ repack=''
case $pkgtype in
deb)
epm install "http://www.geogebra.net/linux/pool/main/g/geogebra-classic/(epm print constructname $PKGNAME "*" $arch)"
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 "*" $arch)"
......
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