mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
miniflux: log stderr too
This commit is contained in:
parent
b07d91451e
commit
2bd56606a9
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec 2>&1
|
||||
exec chpst -u _miniflux miniflux.app
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'miniflux'
|
||||
pkgname=miniflux
|
||||
version=2.0.38
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="v2-${version}"
|
||||
build_style=go
|
||||
go_import_path="miniflux.app"
|
||||
|
|
Loading…
Add table
Reference in a new issue