mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/php-legacy to 8.1.14-5
This commit is contained in:
parent
4a1ed7974b
commit
be30ea3727
1 changed files with 4 additions and 3 deletions
|
@ -22,7 +22,7 @@ pkgname=('php-legacy'
|
|||
'php-legacy-tidy'
|
||||
'php-legacy-xsl')
|
||||
pkgver=8.1.14
|
||||
pkgrel=3
|
||||
pkgrel=5
|
||||
arch=('x86_64')
|
||||
license=('PHP')
|
||||
url='https://www.php.net/'
|
||||
|
@ -237,8 +237,9 @@ package_php-legacy-fpm() {
|
|||
|
||||
cd "${srcdir}/build"
|
||||
make -j1 INSTALL_ROOT="${pkgdir}" install-fpm
|
||||
install -D -m644 sapi/fpm/php-fpm.service "${pkgdir}/usr/lib/systemd/system/php-legacy-fpm.service"
|
||||
install -D -m644 "${srcdir}/php-fpm.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/php-legacy-fpm.conf"
|
||||
install -D -m644 sapi/fpm/php-fpm.service "${pkgdir}/usr/lib/systemd/system/php-fpm-legacy.service"
|
||||
ln -rs "${pkgdir}/usr/lib/systemd/system/php-fpm-legacy.service" "${pkgdir}/usr/lib/systemd/system/php-legacy-fpm.service"
|
||||
install -D -m644 "${srcdir}/php-fpm.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/php-fpm-legacy.conf"
|
||||
}
|
||||
|
||||
package_php-legacy-embed() {
|
||||
|
|
Loading…
Reference in a new issue