X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installdirs;h=7e9a17837c1a9d9bfd0167b32fb5bef477538931;hb=683f6060d8304d6d4e83bd76e5ac624a35b43442;hp=45191dc13f0d06346994a66747204e590a6f5d48;hpb=e8ba6cabee9ac933448062f5f7a95692c17c9cc5;p=debhelper.git diff --git a/dh_installdirs b/dh_installdirs index 45191dc..7e9a178 100755 --- a/dh_installdirs +++ b/dh_installdirs @@ -19,16 +19,12 @@ dh_installdirs is a debhelper program that is responsible for creating subdirectories in package build directories. A file named debian/package.dirs can list directories to be created. -Separate the directory names with whitespace. Any directory names specified as parameters will be created in the package build directory of the first package dh_installdirs is told to act on. By default, this is the first binary package in debian/control, but if you use -p, -i, or -a flags, it will be the first package specified by those flags. -Be sure to only use directory names relative to the package build -directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead. - =head1 OPTIONS =over 4