diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-07-05 08:34:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:24 +0100 |
commit | e6ad36cb5413509605249d4641f7d039e8a00aeb (patch) | |
tree | 99a5ac4cd5ed3de98af8a86a31fbb3911f4cdb37 | |
parent | 94fb1a57de022b5c35de53aeed0a1a089af26248 (diff) | |
download | poky-e6ad36cb5413509605249d4641f7d039e8a00aeb.tar.gz |
run-postinsts: Correct comment misspelling, "rpm-posinsts".
(From OE-Core rev: 45048442913687f2817ef9a52352fe3214f5f023)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts index 53a8e1db0a..04ba3941bc 100755 --- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts +++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | |||
@@ -6,7 +6,7 @@ | |||
6 | # | 6 | # |
7 | 7 | ||
8 | # The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts, | 8 | # The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts, |
9 | # #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-posinsts. | 9 | # #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-postinsts. |
10 | 10 | ||
11 | # the order of this list is important, do not change! | 11 | # the order of this list is important, do not change! |
12 | backend_list="rpm deb ipk" | 12 | backend_list="rpm deb ipk" |