mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
build: Run distcheck in the correct directory
This is a leftover from the move to the top level build. Andrew Bartlett
This commit is contained in:
parent
abda9d3347
commit
ec3d1f09fa
2
wscript
2
wscript
@ -247,7 +247,7 @@ def distcheck():
|
|||||||
samba_version.load_version(env=None)
|
samba_version.load_version(env=None)
|
||||||
import Scripting
|
import Scripting
|
||||||
d = Scripting.distcheck
|
d = Scripting.distcheck
|
||||||
d(subdir='source4')
|
d()
|
||||||
|
|
||||||
def wildcard_cmd(cmd):
|
def wildcard_cmd(cmd):
|
||||||
'''called on a unknown command'''
|
'''called on a unknown command'''
|
||||||
|
Loading…
Reference in New Issue
Block a user