All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@buildroot.org
Subject: [Buildroot] [git commit] package/swupdate: use $(SWUPDATE_PKGDIR) for pkgdir path
Date: Sun, 19 Sep 2021 09:35:08 +0200	[thread overview]
Message-ID: <20210919073350.B320C8B709@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=7ccb46b1fe31203d5be29780b4dc1d3f4e336494
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/swupdate/swupdate.mk | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index c49af7ebf7..e191ab384a 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -238,30 +238,30 @@ endif
 define SWUPDATE_INSTALL_COMMON
 	mkdir -p $(TARGET_DIR)/etc/swupdate/conf.d \
 		$(TARGET_DIR)/usr/lib/swupdate/conf.d
-	$(INSTALL) -D -m 755 package/swupdate/swupdate.sh \
+	$(INSTALL) -D -m 755 $(SWUPDATE_PKGDIR)/swupdate.sh \
 		$(TARGET_DIR)/usr/lib/swupdate/swupdate.sh
 	$(if $(BR2_PACKAGE_SWUPDATE_WEBSERVER), \
-		$(INSTALL) -D -m 644 package/swupdate/10-mongoose-args \
+		$(INSTALL) -D -m 644 $(SWUPDATE_PKGDIR)/10-mongoose-args \
 			$(TARGET_DIR)/usr/lib/swupdate/conf.d/10-mongoose-args)
 endef
 define SWUPDATE_INSTALL_INIT_SYSTEMD
 	$(SWUPDATE_INSTALL_COMMON)
-	$(INSTALL) -D -m 644 package/swupdate/swupdate.service \
+	$(INSTALL) -D -m 644 $(SWUPDATE_PKGDIR)/swupdate.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/swupdate.service
-	$(INSTALL) -D -m 644 package/swupdate/swupdate.socket \
+	$(INSTALL) -D -m 644 $(SWUPDATE_PKGDIR)/swupdate.socket \
 		$(TARGET_DIR)/usr/lib/systemd/system/swupdate.socket
-	$(INSTALL) -D -m 644 package/swupdate/swupdate-usb@.service \
+	$(INSTALL) -D -m 644 $(SWUPDATE_PKGDIR)/swupdate-usb@.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/swupdate-usb@.service
-	$(INSTALL) -D -m 644 package/swupdate/swupdate-progress.service \
+	$(INSTALL) -D -m 644 $(SWUPDATE_PKGDIR)/swupdate-progress.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/swupdate-progress.service
-	$(INSTALL) -D -m 644 package/swupdate/tmpfiles-swupdate.conf \
+	$(INSTALL) -D -m 644 $(SWUPDATE_PKGDIR)/tmpfiles-swupdate.conf \
 		$(TARGET_DIR)/usr/lib/tmpfiles.d/tmpfiles-swupdate.conf
 endef
 define SWUPDATE_INSTALL_INIT_SYSV
 	$(SWUPDATE_INSTALL_COMMON)
-	$(INSTALL) -D -m 755 package/swupdate/S80swupdate \
+	$(INSTALL) -D -m 755 $(SWUPDATE_PKGDIR)/S80swupdate \
 		$(TARGET_DIR)/etc/init.d/S80swupdate
-	$(INSTALL) -D -m 644 package/swupdate/90-start-progress \
+	$(INSTALL) -D -m 644 $(SWUPDATE_PKGDIR)/90-start-progress \
 		$(TARGET_DIR)/usr/lib/swupdate/conf.d/90-start-progress
 endef
 
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2021-09-19  7:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210919073350.B320C8B709@busybox.osuosl.org \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.