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:55:39 +0100 |
commit | 45048442913687f2817ef9a52352fe3214f5f023 (patch) | |
tree | 025781ae7f20e95d656f6e3141e6ef408bbd59a5 /meta/recipes-devtools/run-postinsts | |
parent | 211870ddbce5c966b2882e97cb2efe29b72a62a4 (diff) | |
download | openembedded-core-contrib-45048442913687f2817ef9a52352fe3214f5f023.tar.gz |
run-postinsts: Correct comment misspelling, "rpm-posinsts".
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/run-postinsts')
-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 53a8e1db0a1..04ba3941bc9 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 @@ # # The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts, -# #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-posinsts. +# #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-postinsts. # the order of this list is important, do not change! backend_list="rpm deb ipk" |