From d4f4a2a746961d40e9014af82cebba80670132b1 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Thu, 8 Apr 2010 23:49:26 +0100 Subject: [PATCH] override dh_auto_install --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index cbe925d..55efebf 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,7 @@ #!/usr/bin/make -f %: dh $@ + +override_dh_auto_install: + dh_auto_install --destdir=debian/bup-common + rm -f debian/bup-common/usr/lib/bup/bup/_hashsplit.so -- 2.39.5