diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-26 15:26:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-26 15:26:31 -0400 |
commit | 7b95e4c3c06df8a061ea4ea9d7cb4b3d82ac32ec (patch) | |
tree | b9544d687a480983c3c4b76a2cc9b8efc0ccc497 /debhelper.pod | |
parent | e574ab9ebe44a392e4087bbf24aa4d8bb9ef22de (diff) | |
download | debhelper-7b95e4c3c06df8a061ea4ea9d7cb4b3d82ac32ec.tar.gz |
typo
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod index 1a6e6cd0..f541a7e9 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -528,7 +528,7 @@ can cause some packages to fail to build. B<dh> requires the sequence to run be specified as the first parameter, and any switches come after it. Ie, use "B<dh $@ --foo>", not "B<dh --foo $@>". -=item +=item - B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to F<Makefile.PL>. |