aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/run-postinsts
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-07-05 08:34:43 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-08 09:55:39 +0100
commit45048442913687f2817ef9a52352fe3214f5f023 (patch)
tree025781ae7f20e95d656f6e3141e6ef408bbd59a5 /meta/recipes-devtools/run-postinsts
parent211870ddbce5c966b2882e97cb2efe29b72a62a4 (diff)
downloadopenembedded-core-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-xmeta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts2
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 @@
#
# 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"