Skip to content

Commit

Permalink
Fix deboostrap step pkg includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenz33 committed May 21, 2015
1 parent 3406032 commit 3c765cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conduct/buildsteps/deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ def run(self):
cmd = 'debootstrap --verbose --arch=%s ' % self.arch

if self.includes:
for pkg in self.includes:
cmd += '--include %s ' % pkg
cmd += '--include %s ' % ','.join(self.includes)

if self._isForeignArch():
# separate first and second stage
Expand Down

0 comments on commit 3c765cf

Please sign in to comment.