From c6d2e563a4d692fc7399cf36f7d2ee4eb00eff1b Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 29 Apr 2006 09:41:55 +0000 Subject: [PATCH] [test] DESTDIR updated --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d1c0f6d..28a829f 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ export DH_COMPAT=4 configure: configure-stamp configure-stamp: patch dh_testdir - perl Makefile.PL INSTALLDIRS=vendor + perl Makefile.PL INSTALLDIRS=vendor DESTDIR=$(CURDIR)/debian/build touch configure-stamp