From: Jon Dowland Date: Thu, 8 Apr 2010 22:49:26 +0000 (+0100) Subject: override dh_auto_install X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d4f4a2a746961d40e9014af82cebba80670132b1;p=packages%2Fb%2Fbup.git override dh_auto_install --- 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