DH_INSTALLDIRS(1) | Debhelper | DH_INSTALLDIRS(1) |
dh_installdirs - create subdirectories in package build directories
dh_installdirs [debhelper options] [-A] [--sourcedir=dir] [--create-in-sourcedir] [dir ...]
dh_installdirs is a debhelper program that is responsible for creating subdirectories in package build directories.
Many packages can get away with omitting the call to dh_installdirs completely. Notably, other dh_* commands are expected to create directories as needed.
Generally, there is no need to list directories created by the upstream build system or directories needed by other debhelper commands.
The default is --no-create-in-sourcedir.
Please note that this option is dependent on the --create-in-sourcedir option (when --no-create-in-sourcedir is in effect, this option does nothing in dh_installdirs).
This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
2019-02-23 | 12.1.1 |