From: Philip Prindeville Date: Sat, 4 Jul 2026 20:00:17 +0000 (-0600) Subject: logrotate: conffiles should end directories with slash X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5be17299c98852370e089e75c3c3a261b0b982a0;p=openwrt-packages.git logrotate: conffiles should end directories with slash /etc/logrotate.d/ needs slash in conffiles to indicate it's a directory and not a flat file. Signed-off-by: Philip Prindeville --- diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index f632532fe..45b8dca37 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk 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) @@ -49,7 +49,7 @@ endef define Package/logrotate/conffiles /etc/logrotate.conf -/etc/logrotate.d +/etc/logrotate.d/ endef CONFIGURE_ARGS += \