[yosys] 01/01: Set PREFIX for all build steps

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Oct 14 17:01:31 UTC 2015


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

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

commit 35c57078aec6d14f2fed3ebe9595c206370e7ab9
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Oct 14 19:01:19 2015 +0200

    Set PREFIX for all build steps
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9fbc357..452d50f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,9 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ 
+	PREFIX=/usr dh $@
 
 
 override_dh_auto_configure:
 	make config-gcc && make
 
-override_dh_auto_install:
-	PREFIX=/usr dh_auto_install

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



More information about the debian-science-commits mailing list