mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/grommunio-gromox: rebuild against pam under /usr/lib
This commit is contained in:
parent
cd7a1fc8cc
commit
acb207bcf0
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Noel Kuntze <noel.kuntze@contauro.com>
|
# Maintainer: Noel Kuntze <noel.kuntze@contauro.com>
|
||||||
pkgname=grommunio-gromox
|
pkgname=grommunio-gromox
|
||||||
pkgver=2.30
|
pkgver=2.30
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Open Source Groupware Solution"
|
pkgdesc="Open Source Groupware Solution"
|
||||||
arch="all !riscv64 !s390x" # test failure on s390x
|
arch="all !riscv64 !s390x" # test failure on s390x
|
||||||
url="https://grommunio.com/"
|
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" \
|
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
|
>> "$pkgdir"/etc/gromox/fastcgi.txt
|
||||||
done
|
done
|
||||||
|
|
||||||
# postfix files
|
# 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-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-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-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
|
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
|
# license
|
||||||
install -Dm 0644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
install -Dm 0644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user