diff options
author | Stefan Fritsch <sf@debian.org> | 2008-07-06 09:18:14 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:56 +0100 |
commit | 1599864b424395c90409d116ea04a61956f907f9 (patch) | |
tree | 10f507764c69970673ea2fdd50e6757b70a57f53 | |
parent | 8e33d8dd008a6a8f4dc2908e643309d27cbd433e (diff) | |
download | apache2-1599864b424395c90409d116ea04a61956f907f9.tar.gz |
fix install of usr/share/bug/apache2/control
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@765 01b336ce-410b-0410-9a02-a0e7f243c266
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f197ef96..1fd9fc01 100755 --- a/debian/rules +++ b/debian/rules @@ -296,7 +296,7 @@ binary-indep: install ln -sf ../apache2.2-common/README.Debian.gz debian/apache2/usr/share/doc/apache2/ mkdir -p debian/apache2/usr/share/bug/apache2 ln -sf ../apache2.2-common/script debian/apache2/usr/share/bug/apache2 - install -m644 debian/apache2.bug.control debian/apache2/usr/share/bug/apache2.2-common/control + install -m644 debian/apache2.bug.control debian/apache2/usr/share/bug/apache2/control cp debian/README.Debian debian/apache2-doc/usr/share/doc/apache2-doc/ dh_installchangelogs -i CHANGES -Napache2 -Napache2-suexec -Napache2-suexec-custom dh_installchangelogs -papache2 -papache2-suexec -papache2-suexec-custom |