diff options
author | Niels Thykier <niels@thykier.net> | 2017-11-04 11:42:09 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-11-04 11:42:09 +0000 |
commit | e5fce9b0a40357f9ed54426f2e04495b1442e8f1 (patch) | |
tree | 5e174eddd7937ecc801ccb256ebe5cbff6e4c8b1 /dh_install | |
parent | ed480aed29b6370cd0d97c889849adc63e6b83e0 (diff) | |
download | debhelper-e5fce9b0a40357f9ed54426f2e04495b1442e8f1.tar.gz |
dh_install: Drop obsolete remark about compat 3
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_install')
-rwxr-xr-x | dh_install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ files to install, and at the end of the line tells the directory it should be installed in. The name of the files (or directories) to install should be given relative to the current directory, while the installation directory is given relative to the package build directory. You may use wildcards in the names of -the files to install (in v3 mode and above). +the files to install. Note that if you list exactly one filename or wildcard-pattern on a line by itself, with no explicit destination, then B<dh_install> |