From 0e91cc5d957e9c07b2c4f916f71fd9fb773de11e Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Mon, 23 Apr 2012 04:03:35 +0200 Subject: [PATCH] Move the header into the multiarch path. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- 2.30.2