From: Jon Dowland Date: Wed, 28 Apr 2010 13:08:12 +0000 (+0100) Subject: get rid of an mkdir in debian/rules X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ab62d38c690a0c039c0e49ec924d4c9e67a7be76;p=packages%2Fb%2Fbup.git get rid of an mkdir in debian/rules --- diff --git a/debian/bup.dirs b/debian/bup.dirs new file mode 100644 index 0000000..dd222db --- /dev/null +++ b/debian/bup.dirs @@ -0,0 +1 @@ +usr/share diff --git a/debian/rules b/debian/rules index fe77426..e0f0824 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,4 @@ override_dh_auto_install: dh_auto_install --destdir=debian/bup-common rm -f debian/bup-common/usr/lib/bup/bup/_hashsplit.so mv debian/bup-common/usr/bin/bup debian/bup-common/usr/lib/bup/bup.exe - mkdir -p debian/bup/usr/share mv debian/bup-common/usr/share/man debian/bup/usr/share