[med-svn] [hail] 06/07: Override makefile PREFIX to /usr

Kevin Murray daube-guest at moszumanska.debian.org
Sat Jan 9 23:12:26 UTC 2016


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

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

commit d6c798c459c0ed47b8ad320c4240bbb168140337
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Dec 23 21:42:23 2015 +1100

    Override makefile PREFIX to /usr
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b847f7f..24f43cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,10 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
 # The upstream makefile only reads CFLAGS
-CFLAGS += $(LDFLAGS) $(CPPFLAGS)
+
+export PREFIX  = /usr
+export CFLAGS += $(LDFLAGS) $(CPPFLAGS)
 
 
 %:
 	dh $@
-

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



More information about the debian-med-commit mailing list