]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installdirs
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / dh_installdirs
index 9d27b1b2936ca94c2034f6ff8b2e4cd1dd263aec..7e9a17837c1a9d9bfd0167b32fb5bef477538931 100755 (executable)
@@ -18,17 +18,13 @@ B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir ...>>]
 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<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.