From acb207bcf054e62e638413727d2876c3fdcac638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 4 Sep 2024 17:23:36 +0200 Subject: [PATCH] testing/grommunio-gromox: rebuild against pam under /usr/lib --- testing/grommunio-gromox/APKBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/testing/grommunio-gromox/APKBUILD b/testing/grommunio-gromox/APKBUILD index 95f2931caae..abcf9176a53 100644 --- a/testing/grommunio-gromox/APKBUILD +++ b/testing/grommunio-gromox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Noel Kuntze pkgname=grommunio-gromox pkgver=2.30 -pkgrel=0 +pkgrel=1 pkgdesc="Open Source Groupware Solution" arch="all !riscv64 !s390x" # test failure on s390x url="https://grommunio.com/" @@ -124,18 +124,13 @@ package() { echo "* /$i /usr/share/webapps/grommunio-$i php index.php | /run/php-fpm${_php##php}/php-grommunio-$i-fpm.sock" \ >> "$pkgdir"/etc/gromox/fastcgi.txt done - + # postfix files install -Dm 0640 -g postfix "$srcdir"/grommunio-bcc-forwards.cf "$pkgdir"/etc/postfix/grommunio-bcc-forwards.cf install -Dm 0640 -g postfix "$srcdir"/grommunio-virtual-mailbox-alias-maps.cf "$pkgdir"/etc/postfix/grommunio-virtual-mailbox-alias-maps.cf install -Dm 0640 -g postfix "$srcdir"/grommunio-virtual-mailbox-domains.cf "$pkgdir"/etc/postfix/grommunio-virtual-mailbox-domains.cf install -Dm 0640 -g postfix "$srcdir"/grommunio-virtual-mailbox-maps.cf "$pkgdir"/etc/postfix/grommunio-virtual-mailbox-maps.cf - # pam module - mkdir -p "$pkgdir"/lib/security - mv "$pkgdir"/usr/lib/security/* "$pkgdir"/lib/security/ - rmdir "$pkgdir"/usr/lib/security || true - # license install -Dm 0644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE