summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-11-23 16:16:02 +0100
committerM0Rf302016-11-23 16:16:02 +0100
commitdd2c42bf1e249fda6b5bb18eea5a65f18d53f38b (patch)
tree6e8f542ee9c8b5d04be231fea305542b4ab222d1
parent65aba78c9d0ad147fe656d6252cafbcaff6139c8 (diff)
downloadaur-dd2c42bf1e249fda6b5bb18eea5a65f18d53f38b.tar.gz
clean
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9d6df1c5c0b..f7a05fc6f8dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Nov 23 15:14:41 UTC 2016
+# Wed Nov 23 15:15:59 UTC 2016
pkgbase = airtime-git
pkgdesc = Open broadcast software for scheduling and station management.
pkgver = 12396.4940c73
diff --git a/PKGBUILD b/PKGBUILD
index 2258d1f68934..2749f073587c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -81,10 +81,12 @@ branch=2.5.x
prepare() {
cd "$srcdir/airtime"
-msg2 "Replace python with python2"
+
+msg2 "Replacing python with python2"
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"
-msg2 "Fix login web interface aspect"
+
+msg2 "Fixing login web interface aspect ( __tostring exception )..."
patch -Np0 -i ../php-errors.patch
}