From 692ece420e958fe5fdc4e4f01cacfe46ac271abd Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Thu, 2 Nov 2006 13:54:27 +0000 Subject: rootfs_ipk.bbclass and ipkg.inc: shell script syntax fixes - both files contained code which would only execute if run by bash - the fixed versions do the same but are more portable --- packages/ipkg/ipkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/ipkg/ipkg.inc') 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 -- cgit v1.2.3