Просмотр исходного кода

swupdate-gui: replace WORKDIR with UNPACKDIR

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
Stefano Babic 9 часов назад
Родитель
Сommit
48b1bf09b5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      recipes-support/rescuegui/swupdate-gui_git.bb

+ 2 - 2
recipes-support/rescuegui/swupdate-gui_git.bb

@@ -28,8 +28,8 @@ SYSTEMD_SERVICE:${PN} = "swupdate-gui.service"
 do_install:append () {
         install -d ${D}${sysconfdir}/init.d
     	install -d ${D}${systemd_system_unitdir}
-        install -m 0755 ${WORKDIR}/swupdate-gui ${D}${sysconfdir}/init.d/
-    	install -m 644 ${WORKDIR}/swupdate-gui.service ${D}${systemd_system_unitdir}
+        install -m 0755 ${UNPACKDIR}/swupdate-gui ${D}${sysconfdir}/init.d/
+    	install -m 644 ${UNPACKDIR}/swupdate-gui.service ${D}${systemd_system_unitdir}
         install -d ${D}${sysconfdir}/recovery_gui
         install -m 0644 ${S}/config/config.txt ${D}${sysconfdir}/recovery_gui/
         install -m 0755 ${S}/scripts/recovery-check-bridge-interface.sh ${D}${bindir}