]> code.ossystems Code Review - openembedded-core.git/commitdiff
run-postinsts: Correct comment misspelling, "rpm-posinsts".
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 5 Jul 2016 12:34:43 +0000 (08:34 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 08:55:39 +0000 (09:55 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts

index 53a8e1db0a176c0ceef5244356d5b9956d1052b8..04ba3941bc9118c08c9dd17c27915b4d172e988b 100755 (executable)
@@ -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"