From fae921e93821329605c8fecacda8eebb768af2f8 Mon Sep 17 00:00:00 2001 From: Timur I Bakeyev Date: Tue, 9 Jun 2009 20:45:03 +0200 Subject: Fix installation path of the subunit python modules. Signed-off-by: Jelmer Vernooij --- source4/scripting/python/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index f485ca8bfb..a5e3f25d59 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -25,7 +25,7 @@ $(python_glue_OBJ_FILES): CFLAGS+=-I$(ldbsrcdir) _PY_FILES = $(shell find $(pyscriptsrcdir)/samba ../lib/subunit/python -name "*.py") -$(eval $(foreach pyfile, $(_PY_FILES),$(call python_py_module_template,$(patsubst $(pyscriptsrcdir)/%,%,$(pyfile)),$(pyfile)))) +$(eval $(foreach pyfile, $(_PY_FILES),$(call python_py_module_template,$(patsubst $(pyscriptsrcdir)/%,%,$(subst ../lib/subunit/python,,$(pyfile))),$(pyfile)))) EPYDOC_OPTIONS = --no-private --url http://www.samba.org/ --no-sourcecode -- cgit