summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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 e7d5d02f15..30751e319c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2968,7 +2968,7 @@
2968 <literallayout class='monospaced'> 2968 <literallayout class='monospaced'>
2969 $ cd poky/build/tmp/deploy/sources 2969 $ cd poky/build/tmp/deploy/sources
2970 $ mkdir ~/gpl_source_release 2970 $ mkdir ~/gpl_source_release
2971 $ for x in `ls|grep GPL`; do cp -R $x/* ~/gpl_source_release; done 2971 $ for dir in */*GPL*; do cp -r $dir ~/gpl_source_release; done
2972 </literallayout> 2972 </literallayout>
2973 At this point, you could create a tarball from the 2973 At this point, you could create a tarball from the
2974 <filename>gpl_source_release</filename> directory and 2974 <filename>gpl_source_release</filename> directory and