diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-19 12:40:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-19 12:40:36 -0400 |
commit | ecf1bf68bddd75f3c12031295c1c286d803b47ea (patch) | |
tree | 9b5f7e86027855e5123f7650cdce3f9339a480bc /dh_auto_install | |
parent | 8b2b327bb59a4ff9f207076658183df8aecc74ea (diff) | |
download | debhelper-ecf1bf68bddd75f3c12031295c1c286d803b47ea.tar.gz |
type fix
Diffstat (limited to 'dh_auto_install')
-rwxr-xr-x | dh_auto_install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_auto_install b/dh_auto_install index 8e6e8934..78fba170 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -32,7 +32,7 @@ If the Makefile was generated by MakeMaker from a Makefile.PL, it will automatically set PREFIX=/usr too, since such Makefiles need that. This is intended to work for about 90% of packages. If it doesn't work, or -tries to use the wrong clean target, you're encoruaged to skip using +tries to use the wrong clean target, you're encouraged to skip using dh_auto_install at all, and just run make install manually. =head1 OPTIONS |