diff --git a/portproton/lure.sh b/portproton/lure.sh index 3cfd018..c48194b 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -30,6 +30,6 @@ package() { install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop" install -dm0755 "${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"}{} \; +find -type d -exec install -d "${pkgdir}/${HOME}/.local/share/portproton"{} \; +find -type f -exec install -D "${pkgdir}/${HOME}/.local/share/portproton"{} \; }