]> git.99rst.org Git - openwrt-packages.git/commitdiff
logrotate: conffiles should end directories with slash
authorPhilip Prindeville <redacted>
Sat, 4 Jul 2026 20:00:17 +0000 (14:00 -0600)
committerPhilip Prindeville <redacted>
Sun, 5 Jul 2026 03:04:36 +0000 (21:04 -0600)
/etc/logrotate.d/ needs slash in conffiles to indicate it's
a directory and not a flat file.

Signed-off-by: Philip Prindeville <redacted>
utils/logrotate/Makefile

index f632532fe4777e67aa4f84ada180521da9af8b38..45b8dca375db031f1493387f8449b563718cdbd0 100644 (file)
@@ -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 += \
git clone https://git.99rst.org/PROJECT