summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-06-14 21:18:36 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-06-15 10:04:45 +0200
commitf4b4f77e84b932162a0050111019343bfd174979 (patch)
treed155c0766eaa53680af3ab4b2f09bef8f952f0da /docs
parentc15ecc66de8811707f92ea2629b352010e8087ef (diff)
downloadbuildroot-f4b4f77e84b932162a0050111019343bfd174979.tar.gz
buildroot-f4b4f77e84b932162a0050111019343bfd174979.zip
docs/manual: fix scancpan path
scancpan is now in utils not in supports/scripts Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-perl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-perl.txt b/docs/manual/adding-packages-perl.txt
index 08ef559209..eb14d9de18 100644
--- a/docs/manual/adding-packages-perl.txt
+++ b/docs/manual/adding-packages-perl.txt
@@ -46,7 +46,7 @@ built.
Most of these data can be retrieved from https://metacpan.org/.
So, this file and the Config.in can be generated by running
-the script +supports/scripts/scancpan Foo-Bar+ in the Buildroot directory
+the script +utils/scancpan Foo-Bar+ in the Buildroot directory
(or in a br2-external tree).
This script creates a Config.in file and foo-bar.mk file for the
requested package, and also recursively for all dependencies specified by
OpenPOWER on IntegriCloud