mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix yandex-music folder permissions
This commit is contained in:
parent
444401bc5f
commit
2eeceb85bf
1 changed files with 6 additions and 0 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -46,6 +46,12 @@ package() {
|
|||
find "${pkgdir}/opt/Яндекс Музыка" -type f -exec chmod 755 {} \;
|
||||
fi
|
||||
|
||||
# yandex-music
|
||||
if [[ -d "${pkgdir}/opt/yandex-music" ]]; then
|
||||
find "${pkgdir}/opt/yandex-music" -type d -exec chmod 755 {} \;
|
||||
find "${pkgdir}/opt/yandex-music" -type f -exec chmod 755 {} \;
|
||||
fi
|
||||
|
||||
# Launcher
|
||||
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/pulsesync" << 'EOF'
|
||||
#!/bin/bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue