diff --git a/portproton/lure.sh b/portproton/lure.sh index d415915..7b21214 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 ./data_from_portwine "${pkgdir}/${HOME}/.local/share/portproton" +install -Dm755 "${srcdir}/PortWINE/data_from_portwine" "${pkgdir}/${HOME}/.local/share/portproton" }