diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 00:46:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 00:46:25 +0200 |
commit | d0096e90ba9d8aa6b339022bac194e57ae0a2b7a (patch) | |
tree | 0aeda94e72979ea3d190ff0c76be8d711c1a6640 /source4/pidl | |
parent | ca6ac11b46a75bf02cf873c6aedb4f85af227168 (diff) | |
download | samba-d0096e90ba9d8aa6b339022bac194e57ae0a2b7a.tar.gz samba-d0096e90ba9d8aa6b339022bac194e57ae0a2b7a.tar.xz samba-d0096e90ba9d8aa6b339022bac194e57ae0a2b7a.zip |
Fix installation of pidl perl files, torture pc file.
(This used to be commit 32da606e3759026c2744f853cd8948333ed0579c)
Diffstat (limited to 'source4/pidl')
-rw-r--r-- | source4/pidl/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/config.mk b/source4/pidl/config.mk index 25cea495a7..19b2d53659 100644 --- a/source4/pidl/config.mk +++ b/source4/pidl/config.mk @@ -6,7 +6,7 @@ pidl-testcov: pidl/Makefile installpidl:: pidl/Makefile $(MAKE) -C pidl install_vendor VENDORPREFIX=$(prefix) \ - INSTALLVENDORLIB=$(libdir) \ + INSTALLVENDORLIB=$(datarootdir)/perl5 \ INSTALLVENDORBIN=$(bindir) \ INSTALLVENDORSCRIPT=$(bindir) \ INSTALLVENDORMAN1DIR=$(mandir)/man1 \ |