Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devtools
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
devtools
Commits
a89f8d78
Commit
a89f8d78
authored
9 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
archbuild: Fix reference to root chroot
parent
b9474603
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
archbuild.in
+3
-3
3 additions, 3 deletions
archbuild.in
with
3 additions
and
3 deletions
archbuild.in
+
3
−
3
View file @
a89f8d78
...
...
@@ -23,11 +23,11 @@ build=true
usage
()
{
echo
"Usage:
$cmd
[options] -- [makechrootpkg args]"
echo
' -h This help'
echo
' -c Recreate the chroot before building'
echo
' -c Recreate the
root
chroot before building'
echo
' -U Do not update chroots before building'
echo
' -r <dir> Create chroots in this directory'
echo
' -R Repackage (fastpass to makepkg -R)'
echo
' -n Do not build (used to create/update the chroot)'
echo
' -n Do not build (used to create/update the
root
chroot)'
echo
''
echo
"Default makechrootpkg args:
${
makechrootpkg_args
[*]
}
"
echo
''
...
...
@@ -56,7 +56,7 @@ check_root "$0" "${orig_argv[@]}"
[[
-n
${
@
:
$OPTIND
}
]]
&&
makechrootpkg_args
=(
"
${
@
:
$OPTIND
}
"
)
if
${
clean_first
}
||
[[
!
-d
"
${
chroots
}
/
${
repo
}
-
${
arch
}
"
]]
;
then
msg
"Creating chroot for [
${
repo
}
] (
${
arch
}
)..."
msg
"Creating
root
chroot for [
${
repo
}
] (
${
arch
}
)..."
for
copy
in
"
${
chroots
}
/
${
repo
}
-
${
arch
}
"
/
*
;
do
[[
-d
$copy
]]
||
continue
...
...
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