[OE-core] [PATCH 2/3] run-postinsts: fix comment

Qi.Chen at windriver.com Qi.Chen at windriver.com
Fri Jul 19 09:39:26 UTC 2013


From: Chen Qi <Qi.Chen at windriver.com>

The run-postinsts script also handles the #SYSCONFDIR#/rpm-postinsts
directory. Add it to the comment for clarity.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 .../run-postinsts/run-postinsts/run-postinsts      |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
index d1bf582..2a8d1d6 100755
--- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
+++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
@@ -5,8 +5,8 @@
 # Author: Richard Purdie <rpurdie at openedhand.com>
 #
 
-# The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts or
-# #SYSCONFDIR#/ipk-postinsts
+# The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts,
+# #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-posinsts.
 
 pi_dir=""
 for pm in rpm deb ipk; do
-- 
1.7.9.5




More information about the Openembedded-core mailing list