summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b67b46e2c41e..0bdbdcf25ce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,13 +43,15 @@ source=("airtime::git+https://github.com/sourcefabric/airtime"
'airtime-liquidsoap.service'
'airtime-playout.service'
'airtime.tmpfiles.conf'
- 'httpd-airtime.conf')
+ 'httpd-airtime.conf'
+ 'php-errors.patch')
branch=2.5.x
prepare() {
cd "$srcdir/airtime"
# grep -rl '/usr/bin/python' 'python_apps' 'utils' | xargs sed -i "s%/usr/bin/python%/usr/bin/python2%g"
grep -rl 'www-data' . | xargs sed -i "s%www-data%http%g"
+ patch -Np1 -i ../php-errors.patch
}
package() {