diff options
-rw-r--r-- | testing/cacti/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/cacti/APKBUILD b/testing/cacti/APKBUILD index d6aaf3c28f..33fc7e72c3 100644 --- a/testing/cacti/APKBUILD +++ b/testing/cacti/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Jeff Bilyk <jbilyk@gmail.com> pkgname=cacti pkgver=0.8.7g -pkgrel=0 +pkgrel=1 pkgdesc="Network monitoring tool based on RRDtool" url="http://www.cacti.net" -arch="all" +arch="noarch" license="GPL" depends="mysql php php-mysql php-snmp rrdtool net-snmp php-sockets php-xml php-gd" makedepends= @@ -26,6 +26,9 @@ prepare() { return 1 fi done + # Update syntax to be compatible with MySQL 5.5 + msg "Updating syntax for MySQL 5.5.x" + sed -i 's/TYPE/ENGINE/g' cacti.sql } build() { |