hashworks pushed to branch main at Arch Linux / Packaging / Packages / consul
Commits:
293eae1e by loqs at 2024-03-07T17:43:14+00:00
Install LICENSE file.
LICENSE contains this releases license parameters and the Business Source
License 1.1 itelf.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -80,6 +80,8 @@ package() {
install -Dm644 "${srcdir}/consul.service"
"${pkgdir}/usr/lib/systemd/system/consul.service"
install -Dm644 "${srcdir}/consul.sysusers"
"${pkgdir}/usr/lib/sysusers.d/consul.conf"
+
+ install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/consul/-/commit/293eae1ec496a5df86f5294c16bada6eb67e4757
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/consul/-/commit/293eae1ec496a5df86f5294c16bada6eb67e4757
You're receiving this email because of your account on gitlab.archlinux.org.