diff --git a/play.d/anydesk.sh b/play.d/anydesk.sh
index 8f3a112ebdc469438732a414a74ccd763f5f54af..0047a1cc89a12dd51a69db1bce779acfb48e6743 100755
--- a/play.d/anydesk.sh
+++ b/play.d/anydesk.sh
@@ -41,7 +41,7 @@ PKGMASK="$(epm print constructname $PKGNAME "$VERSION" $arch '' '_')"
 # lib.req: WARNING: /usr/bin/anydesk: library libpangox-1.0.so.0 not found
 #[ "$(epm print info -s)" = "alt" ] && PKGMASK="os-specific/rhel8/$(epm print constructname $PKGNAME "*" $arch)"
 
-PKGURL="$(epm tool eget --list --latest https://download.anydesk.com/linux/ $PKGMASK)" || fatal "Can't get package URL"
+PKGURL="$(epm tool eget --list --latest https://download.anydesk.com/linux/ ./$PKGMASK)" || fatal "Can't get package URL"
 
 epm $repack install "$PKGURL" || exit