mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
147a19d fix install ohmyzsh
This commit is contained in:
parent
0530dcd7ec
commit
b2e0ad063d
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -114,12 +114,15 @@ package() {
|
|||
# /etc/bash_completion.d
|
||||
install -dm755 "${pkgdir}/etc/bash_completion.d"
|
||||
install -m644 "${source_dir}/share/sk-chos/completions/_just.bash" "${pkgdir}/etc/bash_completion.d/just.bash"
|
||||
install -m644 "${source_dir}/share/sk-chos/completions/_cjust.bash" "${pkgdir}/etc/bash_completion.d/cjust.bash" || true
|
||||
|
||||
# /usr/lib/cjust
|
||||
install -dm755 "${pkgdir}/usr/lib/cjust"
|
||||
install -m755 -t "${pkgdir}/usr/lib/cjust" "${source_dir}/lib/cjust"/*.sh
|
||||
|
||||
# /usr/lib/os-*
|
||||
install -dm755 "${pkgdir}/usr/lib"
|
||||
install -m755 -t "${pkgdir}/usr/lib" "${source_dir}/lib/os-"*
|
||||
|
||||
# polkit actions
|
||||
install -dm755 "${pkgdir}/usr/share/polkit-1/actions"
|
||||
install -m644 -t "${pkgdir}/usr/share/polkit-1/actions" "${source_dir}/share/polkit-1/actions"/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue