добавление portproton

This commit is contained in:
e.khramov 2022-11-02 16:19:04 +03:00
parent 4513421bce
commit 9ece3ee8dd

@ -29,7 +29,7 @@ echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop
package() {
install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop"
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"}{} \;
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"}{} \;
}