X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=f4e88a287624219433931d89222c72298f5b1db7;hp=571e38bc4bed55b9304517452dc1286437f52e60;hb=ddc15366dc991ff304b1756ef5fc0ac42555def4;hpb=46022ca15ecbca105e6585f1645f6077e1a910b5 diff --git a/debian/rules b/debian/rules index 571e38b..f4e88a2 100755 --- a/debian/rules +++ b/debian/rules @@ -24,13 +24,14 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install --destdir=$(CURDIR)/debian/mysqltcl - mkdir $(CURDIR)/debian/mysqltcl/usr/lib/tcltk - mv $(CURDIR)/debian/mysqltcl/usr/lib/mysqltcl* \ - $(CURDIR)/debian/mysqltcl/usr/lib/tcltk + mkdir -p $(CURDIR)/debian/mysqltcl/usr/lib/tcltk/$(DEB_HOST_MULTIARCH) + mv $(CURDIR)/debian/mysqltcl/usr/lib/$(DEB_HOST_MULTIARCH)/mysqltcl* \ + $(CURDIR)/debian/mysqltcl/usr/lib/tcltk/$(DEB_HOST_MULTIARCH) rm -rf \ $(CURDIR)/debian/mysqltcl/usr/share/man/mann \ $(CURDIR)/debian/mysqltcl/usr/bin \ - $(CURDIR)/debian/mysqltcl/usr/include + $(CURDIR)/debian/mysqltcl/usr/include \ + $(CURDIR)/debian/mysqltcl/usr/lib/$(DEB_HOST_MULTIARCH) override_dh_makeshlibs: dh_makeshlibs