mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
d2fe34c update pugbuild
This commit is contained in:
parent
e03afd700c
commit
968e4699e4
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -116,12 +116,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