Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
dbmail


Commits:
fbe3d1cb by Sergej Pupykin at 2024-04-28T23:57:44+03:00
replace nogroup to nobody and create /var/log/dbmail

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=dbmail
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and scalable sql based mail services"
 arch=('x86_64')
 url="https://github.com/dbmail/dbmail";
@@ -46,6 +46,7 @@ 
sha256sums=('eb11ec7c1a09b206a6b1816f18bb53aa41600a8de6e169ab61effa856a621e4e'
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 < ../noop-fetch-response-fix2.patch
+  sed -i 's|nogroup|nobody|g' dbmail.conf
   cp ../dbmail-sieved.txt ./man/
   sed -i \
     -e 's|@runstatedir@|/run|g' \
@@ -83,6 +84,7 @@ package() {
   install -dm0755 "$pkgdir"/usr/lib/systemd/system
   install -dm0755 "$pkgdir"/usr/lib/tmpfiles.d
   install -dm0755 "$pkgdir"/usr/share/dbmail
+  install -dm0755 "$pkgdir"/var/log/dbmail
   make DESTDIR="$pkgdir" install
 
   install -Dm644 dbmail.conf "$pkgdir"/etc/dbmail.conf.sample



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dbmail/-/commit/fbe3d1cb1d025fa569f5fa8cafa6b6e19a8dfe00

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dbmail/-/commit/fbe3d1cb1d025fa569f5fa8cafa6b6e19a8dfe00
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to