summaryrefslogtreecommitdiff
path: root/pidl/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-28 15:53:10 +0100
committerKarolin Seeger <kseeger@samba.org>2014-04-01 09:26:39 +0200
commit39575642e738b437760e28af41440ea725288c0c (patch)
treeebf12d595e4a170f29191a0a9c408464dad02e55 /pidl/lib
parent7876b4b1c43d58731253e577206a3de6d57eaa23 (diff)
downloadsamba-39575642e738b437760e28af41440ea725288c0c.tar.gz
pidl-waf: Install pidl modules to the perl vendorlib directory.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl/lib')
-rw-r--r--pidl/lib/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build
index eb5f1e0c379..67223a8fc29 100644
--- a/pidl/lib/wscript_build
+++ b/pidl/lib/wscript_build
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# install the pidl modules
-bld.INSTALL_WILDCARD('${DATAROOTDIR}/perl5', '**/*.pm', flat=False)
+bld.INSTALL_WILDCARD(bld.env.PERL_VENDORLIB_DIR, '**/*.pm', flat=False)