Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
3d0b829d
Commit
3d0b829d
authored
Jun 24, 2011
by
Sebastian Eichelbaum
Browse files
[FIX] - fakeroot package was missing
parent
d2387a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/packaging/owbuildchroot
tools/packaging/owbuildchroot
+1
-1
No files found.
tools/packaging/owbuildchroot
View file @
3d0b829d
...
...
@@ -176,7 +176,7 @@ chroot_build()
echo
" * Running debootstrap."
mkdir
-p
$CHROOTPREFIX
-
$ARCH
debootstrap
--include
=
vim,debhelper,devscripts,mercurial
--variant
=
buildd
--arch
=
$ARCH
$SUITE
./
$CHROOTPREFIX
-
$ARCH
/ http://ftp.de.debian.org/debian
debootstrap
--include
=
vim,debhelper,devscripts,mercurial
,fakeroot
--variant
=
buildd
--arch
=
$ARCH
$SUITE
./
$CHROOTPREFIX
-
$ARCH
/ http://ftp.de.debian.org/debian
if
[
$?
-ne
0
]
;
then
echo
" * Failed to debootstrap."
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment