/etc/logrotate.d/ needs slash in conffiles to indicate it's
a directory and not a flat file.
Signed-off-by: Philip Prindeville <redacted>
PKG_NAME:=logrotate
PKG_VERSION:=3.22.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/logrotate/logrotate/releases/download/$(PKG_VERSION)
define Package/logrotate/conffiles
/etc/logrotate.conf
-/etc/logrotate.d
+/etc/logrotate.d/
endef
CONFIGURE_ARGS += \