[Pkg-electronics-commits] [gnucap] 01/01: workaround gnucap-conf pkglibdir (not implemented upstream)

felix salfelder felix-guest at moszumanska.debian.org
Mon Oct 10 11:46:36 UTC 2016


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

felix-guest pushed a commit to branch master
in repository gnucap.

commit 5f20900a03e6d2229d03899b59acf04e507bd566
Author: Felix Salfelder <felix at salfelder.org>
Date:   Mon Oct 10 11:51:06 2016 +0100

    workaround gnucap-conf pkglibdir (not implemented upstream)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a38d850..c216972 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ pkglibdir=/usr/lib/$(DEB_HOST_MULTIARCH)/gnucap
 override_dh_auto_configure:
 	./configure --prefix=/usr
 	sed -i 's/-lterminfo//' lib/Make2
-
+	sed -e '/^pkglibdir/s#/lib#/lib/gnucap#' -i main/gnucap-conf
 
 	grep GNUCAP_SSP include/md.h || \
 	sed -i '/SYSTEMSTARTPATH/s/"PATH"/"GNUCAP_SSP"/' include/md.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list