Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Thu, 5 Aug 2004 01:12:35 +0000 (01:12 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 5 Aug 2004 01:12:35 +0000 (01:12 +0000)
into handhelds.org:/home/kergoth/code/packages

2004/08/04 19:29:25-05:00 handhelds.org!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/projects/packages

2004/08/04 22:22:41+01:00 (none)!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages

2004/08/04 22:22:15+01:00 (none)!pb
pass "configure" argument to postinsts

BKrev: 41118983hvyX_5zLzVBV1rYYaVuk5w

classes/rootfs_ipk.oeclass

index 9e8a072..167aef5 100644 (file)
@@ -58,7 +58,7 @@ EOF
                fi
        done
        for i in ${IMAGE_ROOTFS}/usr/lib/ipkg/info/*.postinst; do
-               if [ -f $i ] && ! sh $i; then
+               if [ -f $i ] && ! sh $i configure; then
                        ipkg-cl ${IPKG_ARGS} flag unpacked `basename $i .postinst`
                fi
        done