summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/rootfs_rpm.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass
index 48133f080b..9039b21a07 100644
--- a/meta/classes/rootfs_rpm.bbclass
+++ b/meta/classes/rootfs_rpm.bbclass
@@ -112,7 +112,7 @@ EOF
112 install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d 112 install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
113 # Stop $i getting expanded below... 113 # Stop $i getting expanded below...
114 i=\$i 114 i=\$i
115 cat > ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}configure << EOF 115 cat > ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << EOF
116#!/bin/sh 116#!/bin/sh
117for i in /etc/rpm-postinsts/*; do 117for i in /etc/rpm-postinsts/*; do
118 echo "Running postinst $i..." 118 echo "Running postinst $i..."
@@ -122,9 +122,9 @@ for i in /etc/rpm-postinsts/*; do
122 echo "ERROR: postinst $i failed." 122 echo "ERROR: postinst $i failed."
123 fi 123 fi
124done 124done
125rm -f ${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}configure 125rm -f ${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts
126EOF 126EOF
127 chmod 0755 ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}configure 127 chmod 0755 ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts
128 128
129 install -d ${IMAGE_ROOTFS}/${sysconfdir} 129 install -d ${IMAGE_ROOTFS}/${sysconfdir}
130 echo ${BUILDNAME} > ${IMAGE_ROOTFS}/${sysconfdir}/version 130 echo ${BUILDNAME} > ${IMAGE_ROOTFS}/${sysconfdir}/version