X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=dh_installdirs;h=7e9a17837c1a9d9bfd0167b32fb5bef477538931;hb=042a3736b0ba4e19759afa24348f6668fd0d3b66;hp=e0aae2093f1bee57135068ed91e55dfd656df547;hpb=066f9dda63f48950863310a8e507adb397ae7e5a;p=debhelper.git diff --git a/dh_installdirs b/dh_installdirs index e0aae20..7e9a178 100755 --- a/dh_installdirs +++ b/dh_installdirs @@ -11,24 +11,20 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS - dh_installdirs [debhelper options] [-A] [dir ...] +B [S>] [B<-A>] [S>] =head1 DESCRIPTION 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. + 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. -A file named debian/package.dirs can list other directories to be created. -Separate the directory names with whitespace. - -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 @@ -86,7 +82,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { =head1 SEE ALSO -L +L This program is a part of debhelper. @@ -95,4 +91,3 @@ This program is a part of debhelper. Joey Hess =cut -