From 2b52fb6221cc86a9583fc6df38ad0319cdadf5ec Mon Sep 17 00:00:00 2001 From: Chen Minqiang Date: Sun, 6 Jun 2021 12:46:11 +0800 Subject: [PATCH] schroot: fix typo Signed-off-by: Chen Minqiang --- admin/schroot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/schroot/Makefile b/admin/schroot/Makefile index 6877fe678d..65cccd676f 100644 --- a/admin/schroot/Makefile +++ b/admin/schroot/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=schroot PKG_VERSION:=1.6.10 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/s/schroot @@ -37,7 +37,7 @@ define Package/schroot/description Securely enter a chroot and run a command or login shell. endef -define Package/sudo/conffiles +define Package/schroot/conffiles /etc/schroot/ endef