diff --git a/srcpkgs/miniflux/INSTALL.msg b/srcpkgs/miniflux/INSTALL.msg index 68a66ecb88..32183962d1 100644 --- a/srcpkgs/miniflux/INSTALL.msg +++ b/srcpkgs/miniflux/INSTALL.msg @@ -2,10 +2,10 @@ The miniflux database(s) are written to: /var/lib/miniflux -The open_basedir directive in /etc/php.ini needs to contain this +The open_basedir directive in /etc/php/php.ini needs to contain this path to allow file operations below it. You should also configure the process running miniflux to use the miniflux group to be able to write to this directory. -Lastly the pdo_sqlite extension needs to be enabled in /etc/php.ini. +Lastly the pdo_sqlite extension needs to be enabled in /etc/php/php.ini. diff --git a/srcpkgs/miniflux/template b/srcpkgs/miniflux/template index e7f0f5b404..305c19af0d 100644 --- a/srcpkgs/miniflux/template +++ b/srcpkgs/miniflux/template @@ -1,7 +1,7 @@ # Template file for 'miniflux' pkgname=miniflux version=1.1.6 -revision=2 +revision=3 noarch=yes wrksrc=$pkgname conf_files="/usr/share/webapps/${pkgname}/config.php"