summaryrefslogtreecommitdiff
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:41:46 +0200
commitd4b0b741427e6d5ec9626f26eff4068399d8f771 (patch)
treee1a3600e27f101c365eb19d165fb5fe5ecfe2908
parentd6043d62521391cf9c1d5b0f7f11618c6c3b46fb (diff)
downloadsamba-d4b0b741427e6d5ec9626f26eff4068399d8f771.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)
-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 5023e070149..54b3170c4e2 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)