mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
pbuilder lives in /usr/sbin, not /usr/bin
This commit is contained in:
parent
dc291e72df
commit
df9a4986c5
@ -239,7 +239,7 @@ class pbuilder_dist:
|
|||||||
if remaining_arguments:
|
if remaining_arguments:
|
||||||
arguments.extend(remaining_arguments)
|
arguments.extend(remaining_arguments)
|
||||||
|
|
||||||
return '%s /usr/bin/%s %s' % (self.auth, self.builder,
|
return '%s /usr/sbin/%s %s' % (self.auth, self.builder,
|
||||||
' '.join(arguments))
|
' '.join(arguments))
|
||||||
|
|
||||||
def ask(question):
|
def ask(question):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user