diff --git a/portproton/lure.sh b/portproton/lure.sh index a28dc45..087ca4d 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -27,8 +27,8 @@ 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" -find . -type d -exec install -d {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; -find . -type f -exec install -D {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; +find "${srcdir}/PortWINE/data_from_portwine/" -type d -exec install -d {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; +find "${srcdir}/PortWINE/data_from_portwine/" -type f -exec install -D {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \; }