On Mon, Sep 23, 2013 at 05:15:08PM +0200, Klaus Aehlig wrote: > With the new private-module layout, python scripts using the > ganeti module must end up in $(versionedsharedir) in order > to see this private module. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > Makefile.am | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 829b5b0..609d956 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -1058,16 +1058,19 @@ python_scripts = \ > tools/sanitize-config > > dist_tools_SCRIPTS = \ > - $(python_scripts) \ > - tools/burnin \ > tools/kvm-console-wrapper \ > tools/master-ip-setup \ > tools/xen-console-wrapper > > +dist_tools_python_SCRIPTS = \ > + $(python_scripts) \ > + tools/burnin > + > nodist_tools_python_SCRIPTS = \ > tools/node-cleanup > > -tools_python_basenames = $(patsubst tools/%,%,$(nodist_tools_python_SCRIPTS)) > +tools_python_basenames = $(patsubst tools/%,%,\ > + $(dist_tools_python_SCRIPTS) $(nodist_tools_python_SCRIPTS)) > > nodist_tools_SCRIPTS = \ > tools/users-setup \ > -- > 1.8.4 >
LGTM. Thanks, Jose -- Jose Antonio Lopes Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
