добавление portproton
This commit is contained in:
parent
6eb7cc0579
commit
7922820e22
@ -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/"}{} \;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user