From: Robert P. J. Day Date: Tue, 5 Jul 2016 12:34:43 +0000 (-0400) Subject: run-postinsts: Correct comment misspelling, "rpm-posinsts". X-Git-Tag: uninative-1.3~443 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=45048442913687f2817ef9a52352fe3214f5f023;p=openembedded-core.git run-postinsts: Correct comment misspelling, "rpm-posinsts". Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- 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"