summaryrefslogtreecommitdiff
path: root/meta/packages/ipkg/ipkg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/ipkg/ipkg.inc')
-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 7ad1e2e77..de799993e 100644
--- a/meta/packages/ipkg/ipkg.inc
+++ b/meta/packages/ipkg/ipkg.inc
@@ -29,7 +29,7 @@ pkg_postinst_ipkg () {
if [ "x$D" != "x" ]; then
install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
# this happens at S98 where our good 'ole packages script used to run
- echo -e "#!/bin/sh
+ echo "#!/bin/sh
ipkg-cl configure
" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure
chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure