summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-05-09 11:49:10 +0200
committerKarolin Seeger <kseeger@samba.org>2014-05-20 11:42:10 +0200
commit79825000597b9772bae4f9e52cd3a3fc5ccb0257 (patch)
treef06b5eece31e719c7e7eb3405771949de41df48a /pidl
parent7a6173ddce2142d3c0465908f2ced29aee7f32e8 (diff)
downloadsamba-79825000597b9772bae4f9e52cd3a3fc5ccb0257.tar.gz
pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIR
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat May 10 01:37:33 CEST 2014 on sn-devel-104 (cherry picked from commit cf75ef9f73f2cdbf2a039bbc9468f5da6a14834e)
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build
index 5023e07014..54b3170c4e 100644
--- a/pidl/lib/wscript_build
+++ b/pidl/lib/wscript_build
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# install the pidl modules
-bld.INSTALL_FILES(bld.env.PERL_VENDORLIB_DIR,
+bld.INSTALL_FILES(bld.env.PERL_LIB_INSTALL_DIR,
'''
Parse/Pidl.pm
Parse/Pidl/Samba4.pm
@@ -32,6 +32,6 @@ bld.INSTALL_FILES(bld.env.PERL_VENDORLIB_DIR,
flat=False)
if not bld.CONFIG_SET('USING_SYSTEM_PARSE_YAPP_DRIVER'):
- bld.INSTALL_FILES(bld.env.PERL_VENDORLIB_DIR,
+ bld.INSTALL_FILES(bld.env.PERL_LIB_INSTALL_DIR,
'Parse/Yapp/Driver.pm',
flat=False)