добавление portproton

This commit is contained in:
e.khramov
2022-11-02 16:20:07 +03:00
parent 9ece3ee8dd
commit 3ab2b46070

View File

@ -30,6 +30,6 @@ package() {
install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop"
install -dm0755 "${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"}{} \;
find -type d -exec install -d {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \;
find -type f -exec install -D {,"${pkgdir}/${HOME}/.local/share/portproton"}{} \;
}