From bae76b8ef69fd40419f9031b57b3e7c21e407843 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 7 Sep 2010 12:16:00 -0600 Subject: [PATCH] get all the docs in the sudo-ldap package into one directory, not two! --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 19362de..2cfefa9 100755 --- a/debian/rules +++ b/debian/rules @@ -98,6 +98,11 @@ install: build-stamp debian/sudo/usr/share/doc/sudo/LICENSE* \ debian/sudo-ldap/usr/share/doc/sudo/LICENSE* + # move upstream-installed docs to the right place for ldap package + mv debian/sudo-ldap/usr/share/doc/sudo/* \ + debian/sudo-ldap/usr/share/doc/sudo-ldap/ + rmdir debian/sudo-ldap/usr/share/doc/sudo + # and install things we do want that make install doesn't know about install -o root -g root -m 0644 debian/sudo.pam \ debian/sudo/etc/pam.d/sudo -- 2.30.2