diff options
author | joeyh <joeyh> | 2006-03-25 18:40:46 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-03-25 18:40:46 +0000 |
commit | 395788246c3435fbfe1a967fbd54f5f97cb6707c (patch) | |
tree | e6b4a2d9df31c77262866e24943303f23ab1f69d /dh_movefiles | |
parent | 298aa10d16b548364a28a4f67c50cb0882c5a150 (diff) | |
download | debhelper-395788246c3435fbfe1a967fbd54f5f97cb6707c.tar.gz |
r1891: * Typo. Closes: #358904
Diffstat (limited to 'dh_movefiles')
-rwxr-xr-x | dh_movefiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_movefiles b/dh_movefiles index acd3b20d..ba82a70b 100755 --- a/dh_movefiles +++ b/dh_movefiles @@ -37,7 +37,7 @@ and more. Instead of moving files out of debian/tmp (the default), this option makes it move files out of some other directory. Since the entire contents of -the sourcedir is moved, specifiying something like --sourcedir=/ is very +the sourcedir is moved, specifying something like --sourcedir=/ is very unsafe, so to prevent mistakes, the sourcedir must be a relative filename; it cannot begin with a `/'. |