summaryrefslogtreecommitdiffstats
path: root/meta/packages/ipkg
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 12:18:05 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 12:18:05 +0000
commitad790e96c6264a8a2007855fdab5f16aa37745fa (patch)
treeb1e2be5060c7c56cf79e950515af28243fff0eaf /meta/packages/ipkg
parent4b647cde776260b809da5254aea1038dd5d865a3 (diff)
downloadpoky-ad790e96c6264a8a2007855fdab5f16aa37745fa.tar.gz
ipkg.inc: Fix bashisms (now works with dash) (from OE.dev)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@920 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ipkg')
-rw-r--r--meta/packages/ipkg/ipkg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/ipkg/ipkg.inc b/meta/packages/ipkg/ipkg.inc
index 7ad1e2e779..de799993e8 100644
--- a/meta/packages/ipkg/ipkg.inc
+++ b/meta/packages/ipkg/ipkg.inc
@@ -29,7 +29,7 @@ pkg_postinst_ipkg () {
29if [ "x$D" != "x" ]; then 29if [ "x$D" != "x" ]; then
30 install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d 30 install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
31 # this happens at S98 where our good 'ole packages script used to run 31 # this happens at S98 where our good 'ole packages script used to run
32 echo -e "#!/bin/sh 32 echo "#!/bin/sh
33ipkg-cl configure 33ipkg-cl configure
34" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure 34" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure
35 chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure 35 chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure