[Pkg-cyrus-sasl2-commits] [cyrus-sasl2] 26/44: Let dh_auto_install handle the DESTDIR

Ondřej Surý ondrej at debian.org
Sat Dec 31 13:07:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

ondrej pushed a commit to branch master
in repository cyrus-sasl2.

commit 27d00b6a7e98e831c31d983c68057fd57c92c6d8
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Oct 25 13:15:41 2016 +0200

    Let dh_auto_install handle the DESTDIR
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3e15bfd..31e264a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -148,7 +148,7 @@ override_dh_auto_build:
 	/usr/bin/pod2man --stderr debian/gen-auth/gen-auth >gen-auth.1
 
 override_dh_auto_install:
-	dh_auto_install -B$(TMPBUILD) -- DESTDIR=debian/tmp sasldir=/usr/lib/$(DEB_HOST_MULTIARCH)/sasl2
+	dh_auto_install -B$(TMPBUILD) -- sasldir=/usr/lib/$(DEB_HOST_MULTIARCH)/sasl2
 
 	# Note the version of Berkeley DB used to build this package
 	mkdir -p debian/tmp/usr/lib/sasl2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cyrus-sasl2/cyrus-sasl2.git



More information about the Pkg-cyrus-sasl2-commits mailing list