From a3311495aa0cc47b0c6d14cd0f6c2c390af8f474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 19 Jan 2017 17:32:56 +0100 Subject: [PATCH] fix testlib instal path --- debian/rules | 4 ---- tests/libguh-core/libguh-core.pro | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index f6f1ab04..8916316a 100755 --- a/debian/rules +++ b/debian/rules @@ -21,10 +21,6 @@ $(PREPROCESS_FILES:.in=): %: %.in sed 's,/@DEB_HOST_MULTIARCH@,$(DEB_HOST_MULTIARCH:%=/%),g' $< > $@ -debian/%.install: debian/%.install.in - sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@ - - override_dh_auto_build: make make doc diff --git a/tests/libguh-core/libguh-core.pro b/tests/libguh-core/libguh-core.pro index 0bafd170..a021bae2 100644 --- a/tests/libguh-core/libguh-core.pro +++ b/tests/libguh-core/libguh-core.pro @@ -15,5 +15,5 @@ INCLUDEPATH += $$top_srcdir/server/ \ LIBS += -L$$top_builddir/libguh/ -lguh -target.path = /usr/lib +target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH') INSTALLS += target