Merge pull request #15786 from ptpt52/schroot-fix-typo

schroot: fix typo
This commit is contained in:
Rosen Penev 2021-06-06 12:50:44 -07:00 committed by GitHub
commit 77ee371377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=schroot PKG_NAME:=schroot
PKG_VERSION:=1.6.10 PKG_VERSION:=1.6.10
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz
PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/s/schroot 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. Securely enter a chroot and run a command or login shell.
endef endef
define Package/sudo/conffiles define Package/schroot/conffiles
/etc/schroot/ /etc/schroot/
endef endef