[fpga-icestorm] 05/09: set PREFIX to /usr when installing

Ruben Undheim rubund-guest at moszumanska.debian.org
Thu Feb 25 23:20:25 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository fpga-icestorm.

commit a6d38041ed9ec541054c89fab02d0c43dfc98f69
Author: Sebastian Kuzminsky <seb at highlab.com>
Date:   Tue Feb 23 21:07:55 2016 -0700

    set PREFIX to /usr when installing
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3b47192..ae348a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_clean:
 	$(RM) debian/man/*.1
 	$(RM) -r icebox/__pycache__
 
+override_dh_auto_install:
+	PREFIX=/usr dh_auto_install
+
 override_dh_installman:
 	cd debian/man ; CHANGELOG_DATE="$(CHANGELOG_DATE)" ./genmanpages.sh
 	dh_installman

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fpga-icestorm.git



More information about the debian-science-commits mailing list