From a87a62cba98200c87a44864f46b25152a56cb709 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 26 Jul 2005 18:20:17 +0000 Subject: r8784: Install pidl in "vendor" directories (matches debian policy) (This used to be commit f6a12944d743c92270c3c647a47cd6b4f8185dd5) --- packaging/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/debian/rules') 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 -- cgit