Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
bcachefs-tools
Commits:
04261a0f by Frederik Schwan at 2023-12-06T23:22:51+01:00
upgpkg: 3:1.3.5-3: fix shell completion directory permissions
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bcachefs-tools
pkgdesc = BCacheFS filesystem utilities
pkgver = 1.3.5
- pkgrel = 2
+ pkgrel = 3
epoch = 3
url = https://bcachefs.org/
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=bcachefs-tools
epoch=3
pkgver=1.3.5
-pkgrel=2
+pkgrel=3
pkgdesc='BCacheFS filesystem utilities'
arch=('x86_64')
url='https://bcachefs.org/'
@@ -48,7 +48,7 @@ package() {
rm -rf "${pkgdir}"/etc
# package completions
- install -dm644
"${pkgdir}"/usr/share/{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions}
+ install -dm755
"${pkgdir}"/usr/share/{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions}
"${pkgdir}"/usr/bin/bcachefs completions bash >
"${pkgdir}"/usr/share/bash-completion/completions/bcachefs
"${pkgdir}"/usr/bin/bcachefs completions fish >
"${pkgdir}"/usr/share/fish/vendor_completions.d/bcachefs.fish
"${pkgdir}"/usr/bin/bcachefs completions zsh >
"${pkgdir}"/usr/share/zsh/site-functions/_bcachefs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/commit/04261a0f3fc6fd3cb2efc81e2df739129cccded1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/commit/04261a0f3fc6fd3cb2efc81e2df739129cccded1
You're receiving this email because of your account on gitlab.archlinux.org.