[med-svn] [libzstd] 06/07: Override upstream's installation PREFIX

Kevin Murray daube-guest at moszumanska.debian.org
Thu Jul 21 02:46:58 UTC 2016


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

daube-guest pushed a commit to branch master
in repository libzstd.

commit 869e4d57eb596e41b2a67b6a33508015c6e0ec14
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Thu Jul 21 11:52:32 2016 +1000

    Override upstream's installation PREFIX
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index b825744..82f9079 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 export DH_VERBOSE = 1
 
+# Upstream's makefiles will respect PREFIX, and this means we avoid a patch
+export PREFIX=/usr
+
 %:
 	dh $@ --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git



More information about the debian-med-commit mailing list