fix testlib instal path

This commit is contained in:
Simon Stürz 2017-01-19 17:32:56 +01:00 committed by Michael Zanetti
parent b9d88d1c5b
commit a3311495aa
2 changed files with 1 additions and 5 deletions

4
debian/rules vendored
View File

@ -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

View File

@ -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