Skip to content
Snippets Groups Projects
Commit 2b52fb62 authored by Chen Minqiang's avatar Chen Minqiang
Browse files

schroot: fix typo


Signed-off-by: default avatarChen Minqiang <ptpt52@gmail.com>
parent 7ed7e701
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
...@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment