summaryrefslogtreecommitdiff
path: root/packaging/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/debian/rules')
-rwxr-xr-xpackaging/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/rules b/packaging/debian/rules
index 4d29c6abea..4ae928a9e7 100755
--- a/packaging/debian/rules
+++ b/packaging/debian/rules
@@ -24,7 +24,7 @@ configure:
--with-syslog \
--with-readline \
--with-ldap
- cd $(SOURCEPATH)/build/pidl && perl Makefile.PL PREFIX=/usr
+ cd $(SOURCEPATH)/build/pidl && perl Makefile.PL verbose INSTALLDIRS=vendor PREFIX=/usr
touch $@
build: configure