aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-26 09:53:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-11 08:51:21 +0100
commit6ec45ef53dcf01c925367d5fb7f88b186f1dccee (patch)
treec99b28350782c6e512bdbce49df287572a8f93dd /documentation/dev-manual/dev-manual-common-tasks.xml
parent45a8da9477c8c2f0b26ad49e54f7cfbe3603148e (diff)
downloadopenembedded-core-contrib-6ec45ef53dcf01c925367d5fb7f88b186f1dccee.tar.gz
dev-manual: Update to GPL file finder script.
Fixes [YOCTO 10323] Made a code change to the example script that helps a user locate GPL files. (From yocto-docs rev: bd02012de75f0c30887d3a5bb4aa219703a3ee1c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index fc276e51ee..0476c5a5f1 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -10612,7 +10612,7 @@
mkdir -p $src_release_dir/$p/source
cp $d/* $src_release_dir/$p/source 2> /dev/null
mkdir -p $src_release_dir/$p/license
- cp tmp/deploy/licenses/$p/* source-release/$p/license 2> /dev/null
+ cp tmp/deploy/licenses/$p/* $src_release_dir/$p/license 2> /dev/null
fi
done
done </literallayout>