summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-08-05 01:12:35 +0000
committerChris Larson <clarson@kergoth.com>2004-08-05 01:12:35 +0000
commit69f05d8ab9593b64f46e28ee73917b6b8071d6a2 (patch)
tree9283c3fdfa8a840d18457d74a7d2c1ad68c86d4c /classes
parent933472cfee493b16e20d87a56339eeb46addf72f (diff)
Merge openembedded@openembedded.bkbits.net:packages
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
Diffstat (limited to 'classes')
-rw-r--r--classes/rootfs_ipk.oeclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rootfs_ipk.oeclass b/classes/rootfs_ipk.oeclass
index 9e8a072327..167aef5bfd 100644
--- a/classes/rootfs_ipk.oeclass
+++ b/classes/rootfs_ipk.oeclass
@@ -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