diff options
Diffstat (limited to 'meta/packages/ipkg')
-rw-r--r-- | meta/packages/ipkg/ipkg.inc | 2 |
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 () { | |||
29 | if [ "x$D" != "x" ]; then | 29 | if [ "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 |
33 | ipkg-cl configure | 33 | ipkg-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 |