summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-08-25 23:57:23 +0200
committerStefan Metzmacher <metze@samba.org>2014-09-05 19:47:06 +0200
commitb537c5a340bae2accbf35a4ec5eab7074b90f0b1 (patch)
tree2a0e457fbc0064496da70c4c2b7abea01e8dfc1d /pidl
parentf73a0c2af9748d57721211472cd6c50b990ee693 (diff)
downloadsamba-b537c5a340bae2accbf35a4ec5eab7074b90f0b1.tar.gz
pidl: fix the perl module search path (use lib ...) when installing pidl.
This way, pidl can also run with modules installed under the $prefix. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r--pidl/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/wscript b/pidl/wscript
index c4edf57ddbb..0d7626c89f5 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -43,7 +43,7 @@ def configure(conf):
conf.find_program('pod2man', var='POD2MAN')
def build(bld):
- bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=MODE_755)
+ bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=MODE_755, perl_fixup=True)
bld.RECURSE('lib')