diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index accd7d9c3c..119bf92cd7 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -108,7 +108,7 @@ fakeroot rootfs_rpm_do_rootfs () { | |||
108 | i=\$i | 108 | i=\$i |
109 | cat > ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << EOF | 109 | cat > ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts << EOF |
110 | #!/bin/sh | 110 | #!/bin/sh |
111 | for i in `ls /etc/rpm-postinsts/`; do | 111 | for i in \`ls /etc/rpm-postinsts/\`; do |
112 | i=/etc/rpm-postinsts/$i | 112 | i=/etc/rpm-postinsts/$i |
113 | echo "Running postinst $i..." | 113 | echo "Running postinst $i..." |
114 | if [ -f $i ] && $i; then | 114 | if [ -f $i ] && $i; then |