1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

build:dist: for snapshot builds, call DIST_DIRS with extend=True

to allow the distversion file to be an addition to the list

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Michael Adam 2012-09-12 17:04:50 +02:00 committed by Stefan Metzmacher
parent 8ea2a468c3
commit 3821defe2a

View File

@ -246,7 +246,7 @@ def dist():
distveroption = field + '=' + str(sambaversion.vcs_fields[field])
distversionf.write(distveroption + '\n')
distversionf.flush()
samba_dist.DIST_FILES('%s:.distversion' % distversionf.name)
samba_dist.DIST_FILES('%s:.distversion' % distversionf.name, extend=True)
samba_dist.dist()
distversionf.close()