From: Alessio Treglia Date: Mon, 23 Apr 2012 02:03:35 +0000 (+0200) Subject: Move the header into the multiarch path. X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~197 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e91cc5d957e9c07b2c4f916f71fd9fb773de11e;p=gpac.git Move the header into the multiarch path. --- diff --git a/debian/rules b/debian/rules index f57e3ce..10ff8c6 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,10 @@ override_dh_auto_install: $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \ moddir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gpac $(MAKE) install-lib prefix=$(CURDIR)/debian/tmp/usr + # Move the arch-specific headers into the multiarch path + cd debian/tmp/usr/include && \ + mkdir -p $(DEB_HOST_MULTIARCH)/gpac && \ + mv gpac/configuration.h $(DEB_HOST_MULTIARCH)/gpac/ mv debian/tmp/usr/share/man/man1/mp4box.1 \ debian/tmp/usr/share/man/man1/MP4Box.1 mv debian/tmp/usr/share/man/man1/mp4client.1 \