diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-05 06:23:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-05 07:15:17 +0000 |
commit | e1281403c37322db29e98fa4732c6db8753c6717 (patch) | |
tree | fe067088bfc694535200b5d1106dbf72ef4d0e58 | |
parent | Adding domain preseeding for dehydrated. (diff) | |
download | open-infrastructure-service-tools-e1281403c37322db29e98fa4732c6db8753c6717.tar.xz open-infrastructure-service-tools-e1281403c37322db29e98fa4732c6db8753c6717.zip |
Don't fail in rules if apache-tools have been disabled.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f10c677..8dc3b85 100755 --- a/debian/rules +++ b/debian/rules @@ -23,4 +23,4 @@ override_dh_auto_install: # apache-tools rm -f debian/open-infrastructure-apache-tools/usr/share/doc/apache-tools/CHANGELOG.txt rm -f debian/open-infrastructure-apache-tools/usr/share/doc/apache-tools/LICENSE.txt - mv debian/open-infrastructure-apache-tools/usr/share/doc/* debian/open-infrastructure-apache-tools/usr/share/doc/open-infrastructure-apache-tools + -mv debian/open-infrastructure-apache-tools/usr/share/doc/* debian/open-infrastructure-apache-tools/usr/share/doc/open-infrastructure-apache-tools |