mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Gavin Schenk <g.schenk@eckelmann.de>
To: ptxdist@pengutronix.de, t.spicker@eckelmann.de
Cc: Gavin Schenk <g.schenk@eckelmann.de>
Subject: [ptxdist] [PATCH] Install tar from CONFIG_TAR to /bin/ instead /usr/bin/
Date: Wed, 5 Apr 2017 10:04:35 +0200	[thread overview]
Message-ID: <20170405080435.12583-1-g.schenk@eckelmann.de> (raw)

Debian and Ubuntu install tar in /bin. This is the same in ptxdist when
BUSYBOX_TAR is selected. If CONFIG_TAR is selected ptxdist installs tar
to /usr/bin.

Signed-off-by: Gavin Schenk <g.schenk@eckelmann.de>
---
 rules/tar.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/tar.make b/rules/tar.make
index 1b25c621a..35ccd2e28 100644
--- a/rules/tar.make
+++ b/rules/tar.make
@@ -52,7 +52,7 @@ $(STATEDIR)/tar.targetinstall:
 	@$(call install_fixup, tar,AUTHOR,"Michael Olbrich <m.olbrich@pengutronix.de>")
 	@$(call install_fixup, tar,DESCRIPTION,missing)
 
-	@$(call install_copy, tar, 0, 0, 0755, -, /usr/bin/tar)
+	@$(call install_copy, tar, 0, 0, 0755, -, /bin/tar)
 
 	@$(call install_finish, tar)
 
-- 
2.11.0


Eckelmann AG
Vorstand: Dipl.-Ing. Peter Frankenbach (Sprecher) Dipl.-Wi.-Ing. Philipp Eckelmann
Dr.-Ing. Marco Münchhof Dr.-Ing. Frank Uhlemann
Vorsitzender des Aufsichtsrats: Hubertus G. Krossa
Stv. Vorsitzender des Aufsichtsrats: Dr.-Ing. Gerd Eckelmann
Sitz der Gesellschaft: Berliner Str. 161, 65205 Wiesbaden, Amtsgericht Wiesbaden HRB 12636
http://www.eckelmann.de 


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2017-04-05  8:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05  8:04 Gavin Schenk [this message]
2017-04-12  8:36 ` Enrico Weigelt, metux IT consult
2017-04-12 16:00   ` Robert Schwebel
2017-04-18  5:45     ` Schenk, Gavin

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=20170405080435.12583-1-g.schenk@eckelmann.de \
    --to=g.schenk@eckelmann.de \
    --cc=ptxdist@pengutronix.de \
    --cc=t.spicker@eckelmann.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox