summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-12-27 17:30:59 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-12-27 17:30:59 +0100
commit72d93599d95cd8bb57823fd0d4934ca4373d162c (patch)
treeb3f9ecc307ffbacce79ed70ac1f332aab25f4ab3 /source4/Makefile
parentff0f8bd9e6abe53805be3019ecb6bf3ed384ea4b (diff)
downloadsamba-72d93599d95cd8bb57823fd0d4934ca4373d162c.tar.gz
samba-72d93599d95cd8bb57823fd0d4934ca4373d162c.tar.bz2
samba-72d93599d95cd8bb57823fd0d4934ca4373d162c.zip
python: Remove sys.path line rather than updating it when installing to python system path.
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 6a99ea3160..0da1ee2626 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -243,7 +243,7 @@ installman:: manpages installdirs
@$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(mandir) $(MANPAGES)
installmisc:: installdirs
- @$(SHELL) $(srcdir)/script/installmisc.sh $(srcdir) $(DESTDIR)$(setupdir) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir) $(pythondir)
+ @$(SHELL) $(srcdir)/script/installmisc.sh "$(DESTDIR)" $(srcdir) $(DESTDIR)$(setupdir) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir) $(pythondir) $(PYTHON)
installpc:: installdirs
@$(SHELL) $(srcdir)/script/installpc.sh $(builddir) $(DESTDIR)$(pkgconfigdir) $(PC_FILES)