summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/rpm/rpm-postinsts.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm-postinsts.bb b/meta/recipes-devtools/rpm/rpm-postinsts.bb
index a5310b53bf..3d2d05d19a 100644
--- a/meta/recipes-devtools/rpm/rpm-postinsts.bb
+++ b/meta/recipes-devtools/rpm/rpm-postinsts.bb
@@ -36,7 +36,6 @@ if [ "x$D" != "x" ] && [ -f $D/var/lib/rpm/Packages ]; then
36 install -d $D/${sysconfdir}/rcS.d 36 install -d $D/${sysconfdir}/rcS.d
37 cat > $D${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << "EOF" 37 cat > $D${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << "EOF"
38#!/bin/sh 38#!/bin/sh
39. /etc/default/rcS
40 39
41[ -d /etc/rpm-postinsts ] && for i in `ls /etc/rpm-postinsts/`; do 40[ -d /etc/rpm-postinsts ] && for i in `ls /etc/rpm-postinsts/`; do
42 i=/etc/rpm-postinsts/$i 41 i=/etc/rpm-postinsts/$i