From: Stefan Metzmacher Date: Thu, 11 Apr 2019 08:34:28 +0000 (+0200) Subject: bootstrap/config.py: generate rendered files into bootstrap/generated-dists/ X-Git-Tag: tdb-1.4.1~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033eca2df381574bcd99c255cc47300568d5b194;p=thirdparty%2Fsamba.git bootstrap/config.py: generate rendered files into bootstrap/generated-dists/ Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/bootstrap/config.py b/bootstrap/config.py index e56fb30f887..8d85dce1e83 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -26,7 +26,7 @@ import os from os.path import abspath, dirname, join HERE = abspath(dirname(__file__)) # output dir for rendered files -OUT = join(HERE, 'dists') +OUT = join(HERE, 'generated-dists') # pkgs with same name in all packaging systems