mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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
This commit is contained in:
parent
d18ee9e4b6
commit
cf75ef9f73
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user