mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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
This commit is contained in:
@@ -29,7 +29,7 @@ pkg_postinst_ipkg () {
|
|||||||
if [ "x$D" != "x" ]; then
|
if [ "x$D" != "x" ]; then
|
||||||
install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
|
install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
|
||||||
# this happens at S98 where our good 'ole packages script used to run
|
# this happens at S98 where our good 'ole packages script used to run
|
||||||
echo -e "#!/bin/sh
|
echo "#!/bin/sh
|
||||||
ipkg-cl configure
|
ipkg-cl configure
|
||||||
" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure
|
" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure
|
||||||
chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure
|
chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure
|
||||||
|
|||||||
Reference in New Issue
Block a user