добавление portproton

This commit is contained in:
e.khramov 2022-11-02 16:15:52 +03:00
parent 2ae7937fed
commit 4513421bce

@ -27,8 +27,9 @@ echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop
}
package() {
#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 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"}{} \;
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"}{} \;
}