diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2021-04-09 16:35:10 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-19 17:22:11 +0200 |
commit | 60167856af243f5683840d7365493ed0b3fa6cd0 (patch) | |
tree | 9a7ca5b19488c60a0a481f578fccdcd9a69f8a58 /distro/pkg/deb/rules | |
parent | 329d6e3fbc5a09a9bc8800bd8a5d239dec1a3d24 (diff) |
docs: disable docs subpackage to fix FTBFS
Adressing following FTBFS on all older debian/ubuntu distros:
Can't locate LinuxDocTools/Data/Latin1ToSgml.pm in @INC (you may need to install the LinuxDocTools::Data::Latin1ToSgml module)
Diffstat (limited to 'distro/pkg/deb/rules')
-rwxr-xr-x | distro/pkg/deb/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 5630ed1c..5b66d493 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -25,7 +25,6 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build - dh_auto_build -- docs override_dh_auto_install: dh_auto_install --destdir=debian/tmp |