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: lucaceresoli/bug-15201-perf-libtraceevent-missing~25150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45048442913687f2817ef9a52352fe3214f5f023;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 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"