diff --git a/portproton/lure.sh b/portproton/lure.sh index 36e3ac7..ac66000 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -27,6 +27,6 @@ echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop } package() { -install -dm755 "${srcdir}/PortWINE/data_from_portwine/" "${pkgdir}/${HOME}/.local/share/portproton/" +install -dm755 "${srcdir}/PortWINE/data_from_portwine" "${pkgdir}/${HOME}/.local/share/portproton" install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop" }