From 21b9a79b5525eb2949dc41061656ef64cc33d7ed Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Mon, 4 Mar 2019 11:39:47 +0800 Subject: [PATCH] [ helios4 ] fix helios4-wol.service copy target path --- config/sources/mvebu-helios4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/mvebu-helios4.inc b/config/sources/mvebu-helios4.inc index 8d7704308..f21454ebc 100644 --- a/config/sources/mvebu-helios4.inc +++ b/config/sources/mvebu-helios4.inc @@ -64,6 +64,6 @@ family_tweaks_s() ### Ethernet tweaks # copy and enable helios4-wol.service - cp $SRC/packages/bsp/helios4/helios4-wol.service $SDCARD/usr/lib/systemd/system/ + cp $SRC/packages/bsp/helios4/helios4-wol.service $SDCARD/lib/systemd/system/ chroot $SDCARD /bin/bash -c "systemctl --no-reload enable helios4-wol.service >/dev/null 2>&1" }