diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-06-12 20:33:18 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-06-12 20:33:18 -0400 |
commit | 965b84db3e3d68902a836ad8faaadca8ef6ac961 (patch) | |
tree | d01149d01b4901a7da73ad348bcc92d5afb993a6 /dh_install | |
parent | 69e898ae9f320e1bf812622e98c92f6949853b6e (diff) | |
download | debhelper-965b84db3e3d68902a836ad8faaadca8ef6ac961.tar.gz |
clarify wording re source files
Diffstat (limited to 'dh_install')
-rwxr-xr-x | dh_install | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -86,8 +86,9 @@ warned about. =item B<--sourcedir=dir> -Makes all source files be found under dir. If this is specified, it is -akin to all the source filenames having "dir/" prepended to them. +Makes all files to be installed be found under dir. If this is +specified, it is akin to all the filenames having "dir/" prepended +to them. To make dh_install behave like the old dh_movefiles, move your package.files file to package.install and call dh_install with |