This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository hail.
commit c35e300bebe26eb2eed0e5df2bb10650fe051d6f Author: Kevin Murray <[email protected]> Date: Sun Jan 10 10:32:24 2016 +1100 Correct installation prefix in d/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 24f43cd..4707fbb 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/dpkg/buildflags.mk # The upstream makefile only reads CFLAGS -export PREFIX = /usr +export PREFIX = usr export CFLAGS += $(LDFLAGS) $(CPPFLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hail.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
