Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
2b52fb62
Commit
2b52fb62
authored
3 years ago
by
Chen Minqiang
Browse files
Options
Downloads
Patches
Plain Diff
schroot: fix typo
Signed-off-by:
Chen Minqiang
<
ptpt52@gmail.com
>
parent
7ed7e701
No related branches found
No related tags found
1 merge request
!13
Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/schroot/Makefile
+2
-2
2 additions, 2 deletions
admin/schroot/Makefile
with
2 additions
and
2 deletions
admin/schroot/Makefile
+
2
−
2
View file @
2b52fb62
...
@@ -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/s
udo
/conffiles
define
Package/s
chroot
/conffiles
/etc/schroot/
/etc/schroot/
endef
endef
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment