projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed7e70
)
schroot: fix typo
author
Chen Minqiang
<ptpt52@gmail.com>
Sun, 6 Jun 2021 04:46:11 +0000
(12:46 +0800)
committer
Chen Minqiang
<ptpt52@gmail.com>
Sun, 6 Jun 2021 08:03:38 +0000
(16:03 +0800)
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
admin/schroot/Makefile
patch
|
blob
|
history
diff --git
a/admin/schroot/Makefile
b/admin/schroot/Makefile
index 6877fe678db28c9ff0f79fb01e621a829f46d545..65cccd676f8b4117a62115f032f49dbe5a3c49cc 100644
(file)
--- 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/s
udo
/conffiles
+define Package/s
chroot
/conffiles
/etc/schroot/
endef