fix testlib instal path
This commit is contained in:
parent
b9d88d1c5b
commit
a3311495aa
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user