summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/packaging/__init__.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-05-18 17:05:59 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-05-18 17:05:59 (GMT)
commita6219883f5c25e1cac9ee25e920cd4735a18b06d (patch)
tree8dcc6eaa709e47db39b822872901e2f066a5ac86 /SCons/Tool/packaging/__init__.py
parent619c47a0b7225f24beb118e5fe6089be58761cb0 (diff)
downloadSCons-a6219883f5c25e1cac9ee25e920cd4735a18b06d.zip
SCons-a6219883f5c25e1cac9ee25e920cd4735a18b06d.tar.gz
SCons-a6219883f5c25e1cac9ee25e920cd4735a18b06d.tar.bz2
[ci skip] restore ref to using CopyAs() builder.
Diffstat (limited to 'SCons/Tool/packaging/__init__.py')
-rw-r--r--SCons/Tool/packaging/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/SCons/Tool/packaging/__init__.py b/SCons/Tool/packaging/__init__.py
index 6e8855a..c71ecc1 100644
--- a/SCons/Tool/packaging/__init__.py
+++ b/SCons/Tool/packaging/__init__.py
@@ -261,6 +261,9 @@ def putintopackageroot(target, source, env, pkgroot, honor_install_location=1):
directory.
All attributes of the source file will be copied to the new file.
+
+ Note:
+ Uses CopyAs builder.
"""
# make sure the packageroot is a Dir object.
if SCons.Util.is_String(pkgroot):