[Pkg-electronics-commits] [covered] 04/05: Set libexecdir to /usr/lib/<DEB_HOST_MULTIARCH>/covered to get Icarus Verilog & GPL CVER modules installed there
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Tue Aug 12 10:35:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to branch master
in repository covered.
commit 47cbf00e8ee9d74d439315ac1320af96748885b1
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date: Tue Aug 12 09:35:20 2014 +0300
Set libexecdir to /usr/lib/<DEB_HOST_MULTIARCH>/covered to get
Icarus Verilog & GPL CVER modules installed there
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f2f1dea..e10d9e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
#!/usr/bin/make -f
+DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@
override_dh_auto_configure:
- dh_auto_configure -- --with-iv=/usr --with-cver=/usr/include/cver LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
+ dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/covered --with-iv=/usr --with-cver=/usr/include/cver LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/covered.git
More information about the Pkg-electronics-commits
mailing list