From a844c8f115abf8e011015f932d773f9ccd0559b6 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 22 May 2019 18:06:09 -0500 Subject: Remove / after $D when next is a bitbake variable. --- recipes-core/busybox/ifplugd-disable_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-core/busybox') diff --git a/recipes-core/busybox/ifplugd-disable_1.0.bb b/recipes-core/busybox/ifplugd-disable_1.0.bb index bdb8678..3037e23 100644 --- a/recipes-core/busybox/ifplugd-disable_1.0.bb +++ b/recipes-core/busybox/ifplugd-disable_1.0.bb @@ -19,7 +19,7 @@ if [ -z "$D" ] ; then mount -o remount,rw / fi fi -sed -i 's/^ENABLED="no"/ENABLED="yes"/i' $D/${sysconfdir}/default/ifplugd +sed -i 's/^ENABLED="no"/ENABLED="yes"/i' $D${sysconfdir}/default/ifplugd if [ $ro -eq 1 ] ; then mount -o remount,ro / fi @@ -33,11 +33,11 @@ if [ -z "$D" ] ; then mount -o remount,rw / fi fi -sed -i 's/^ENABLED="yes"/ENABLED="no"/i' $D/${sysconfdir}/default/ifplugd +sed -i 's/^ENABLED="yes"/ENABLED="no"/i' $D${sysconfdir}/default/ifplugd if [ -f $D/var/config/default/ifplugd ]; then sed -i 's/^ENABLED="yes"/ENABLED="no"/i' $D/var/config/default/ifplugd else - cp $D/${sysconfdir}/default/ifplugd $D/var/config/default/ifplugd + cp $D${sysconfdir}/default/ifplugd $D/var/config/default/ifplugd fi if [ $ro -eq 1 ] ; then mount -o remount,ro / -- cgit v1.2.3