Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / usbguard
Commits: bc6ee30b by Antonio Rojas at 2024-06-23T13:22:31+02:00 Install /etc/usbguard/rules.d Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/usbguard/-/issues/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = usbguard pkgdesc = Software framework for implementing USB device authorization policies pkgver = 1.1.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/USBGuard/usbguard arch = x86_64 license = GPL2 ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=usbguard pkgver=1.1.3 -pkgrel=1 +pkgrel=2 pkgdesc='Software framework for implementing USB device authorization policies' url='https://github.com/USBGuard/usbguard' arch=('x86_64') @@ -57,6 +57,7 @@ package() { chmod 750 "${pkgdir}/etc/usbguard" install -Dpm 600 usbguard-daemon.conf rules.conf -t "${pkgdir}/etc/usbguard" + install -d "${pkgdir}/etc/usbguard/rules.d" install -Dpm 644 scripts/bash_completion/usbguard -t "${pkgdir}/usr/share/bash-completion/completions" install -Dpm 644 scripts/usbguard-zsh-completion "${pkgdir}/usr/share/zsh/site-functions/_usbguard" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/usbguard/-/commit/bc6ee30bfe84d2c5f8a45bcefc8fc84214f2f03c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/usbguard/-/commit/bc6ee30bfe84d2c5f8a45bcefc8fc84214f2f03c You're receiving this email because of your account on gitlab.archlinux.org.
