@Depau, @abraunegg :
The logrotate.d
folder is installed under /usr/etc/
, not sure if that's intended.
If not, the configure
call in build()
could be changed to:
./configure sysconfdir=/etc --enable-notifications=yes --enable-completions=yes --prefix=/usr
to install this into /etc/
. Note the missing dashes, because --sysconfdir
is not defined as an option but just as a variable $sysconfdir
inside the configure script.
Pinned Comments
depau commented on 2018-10-08 13:25 (UTC) (edited on 2018-12-02 14:46 (UTC) by depau)
Guys, stop flagging this package as out of date. It's a freaking GIT package pulling from master, how the hell is it not up to date?
If it doesn't build it doesn't mean it's out of date.
If upstream broke the build, report an issue to upstream.
If this PKGBUILD needs changes to build with the latest commits, add a comment.