diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-04-25 03:07:25 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-19 17:22:12 +0200 |
commit | 5ea3c5bfee6ed24139bc8e82cc35f08c49d6aaff (patch) | |
tree | 00cc409965be76860dcdfe6a96f59ef76f2fb981 /distro/pkg/deb/rules | |
parent | 81666d2f126b94e99042ed963e45de5a95f63df5 (diff) |
Pkg: Enable docs subpackage for Debian
Diffstat (limited to 'distro/pkg/deb/rules')
-rwxr-xr-x | distro/pkg/deb/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 5b66d493..5630ed1c 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -25,6 +25,7 @@ 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 |