diff --git a/portproton/lure.sh b/portproton/lure.sh index 27733e0..cb96d89 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -29,5 +29,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 -Dm755 "${srcdir}/PortWINE/data_from_portwine/" "${pkgdir}/${HOME}/.local/share/portproton/" }