X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/657c75463f04c02c1fe70f54a49df7eb32111387..db29d889bdc053c708f13f1fe32ce1d43bc092b1:/debian/rules diff --git a/debian/rules b/debian/rules index 8817962..269f851 100755 --- a/debian/rules +++ b/debian/rules @@ -1,2 +1,9 @@ #! /usr/bin/make -f -%:; dh $@ --builddirectory=debian/build + +BUILDDIR = debian/build + +%:; dh $@ --builddirectory=$(BUILDDIR) + +override_dh_auto_install: + make -C$(BUILDDIR) install DESTDIR=../cfd/ + rm -f debian/cfd/usr/share/info/dir