diff options
| author | Andreas Schneider <asn@samba.org> | 2014-02-28 15:53:10 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2014-03-06 09:59:45 +0100 |
| commit | 17244ef750f699b30ff7ff3a71264f4c76adad6d (patch) | |
| tree | 89741fb776b7e0c1963c4cdd8314c5ca9be344e8 /pidl/lib/wscript_build | |
| parent | 0bb6b0102f6fa21e6c9f8010421386a660c5a5e0 (diff) | |
| download | samba-17244ef750f699b30ff7ff3a71264f4c76adad6d.tar.gz samba-17244ef750f699b30ff7ff3a71264f4c76adad6d.tar.xz samba-17244ef750f699b30ff7ff3a71264f4c76adad6d.zip | |
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/wscript_build')
| -rw-r--r-- | pidl/lib/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build index eb5f1e0c37..67223a8fc2 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) |
