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

wafsamba: exclude '.gitignore' from "make dist"

.gitignore can cause unwanted effects, if one e.g. maintains
a packaging (like debian) of the generated distribution in git
This commit is contained in:
Michael Adam 2012-02-15 15:34:58 +01:00
parent 56747249ca
commit e0797c6c9a

View File

@ -12,6 +12,7 @@ import wafsamba, Options, samba_dist, Scripting, Utils, samba_version
samba_dist.DIST_DIRS('.')
samba_dist.DIST_BLACKLIST('.gitignore')
# install in /usr/local/samba by default
Options.default_prefix = '/usr/local/samba'