diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2006-11-06 18:29:44 +0000 |
---|---|---|
committer | Matt Reimer <mattjreimer@gmail.com> | 2006-11-06 18:29:44 +0000 |
commit | 2b622239c20657486f9e84842fd392f0a03c4598 (patch) | |
tree | 6b0f2058023f53c03ef7a0419eb06af11e8ba47f /packages/ipkg/ipkg.inc | |
parent | 5f7acfb7fa919640d4b9e3a997ff4ddfc5a39569 (diff) | |
parent | e37ddf6842faf9b3421fa4ab688944a20f0bba94 (diff) |
merge of '41daabd524e84d8b355abb1ef7c1d06479c25b7d'
and '749aa1340946e929e3de2422cb6c275ee1ae34ba'
Diffstat (limited to 'packages/ipkg/ipkg.inc')
-rw-r--r-- | packages/ipkg/ipkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ipkg/ipkg.inc b/packages/ipkg/ipkg.inc index adc7714bea..b1e2f19267 100644 --- a/packages/ipkg/ipkg.inc +++ b/packages/ipkg/ipkg.inc @@ -26,7 +26,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 |