diff --git a/portproton/lure.sh b/portproton/lure.sh index 62c4169..22ba69d 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -29,7 +29,7 @@ echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop package() { install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop" install -dm0755 "${pkgdir}/${HOME}/.local/share/portproton" -cd "${srcdir}/PortWINE/" -find ./data_from_portwine -type d -exec install -d {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; -find ./data_from_portwine -type f -exec install -D {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; +cd "${srcdir}/PortWINE/data_from_portwine/" +find . -type d -exec install -d {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; +find . -type f -exec install -D {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; }