diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-06-12 20:33:34 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-06-12 20:33:34 -0400 |
commit | b709661d78cf519739b7ed2bd2d69599c3c31459 (patch) | |
tree | 71ff5f45b4ddad3fc48cc68437e0c34cdb6f5c1f | |
parent | e71d6861d8a40562512b934a70ebde0bb1b2518b (diff) | |
parent | 965b84db3e3d68902a836ad8faaadca8ef6ac961 (diff) | |
download | debhelper-b709661d78cf519739b7ed2bd2d69599c3c31459.tar.gz |
Merge branch 'master' into buildsystems
-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 |