diff --git a/portproton/lure.sh b/portproton/lure.sh index 90913ae..3f4403e 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -30,5 +30,5 @@ echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop package() { install -dm755 "${srcdir}/PortWINE/data_from_portwine/" "${pkgdir}/${HOME}/.local/share/portproton/" -install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications" +install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop" }